Update set_mark.py
This commit is contained in:
parent
84116b8c7d
commit
f8d65c5d8c
@ -24,10 +24,7 @@ class command():
|
|||||||
if environment['commandBuffer']['Marks']['1'] == None:
|
if environment['commandBuffer']['Marks']['1'] == None:
|
||||||
environment['commandBuffer']['Marks']['1'] = environment['screenData']['newCursorReview'].copy()
|
environment['commandBuffer']['Marks']['1'] = environment['screenData']['newCursorReview'].copy()
|
||||||
else:
|
else:
|
||||||
if environment['commandBuffer']['Marks']['2'] == None:
|
|
||||||
environment['commandBuffer']['Marks']['2'] = environment['screenData']['newCursorReview'].copy()
|
environment['commandBuffer']['Marks']['2'] = environment['screenData']['newCursorReview'].copy()
|
||||||
else:
|
|
||||||
environment['commandBuffer']['Marks']['3'] = environment['screenData']['newCursorReview'].copy()
|
|
||||||
|
|
||||||
environment['runtime']['outputManager'].presentText(environment, 'set mark', interrupt=True)
|
environment['runtime']['outputManager'].presentText(environment, 'set mark', interrupt=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user