mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 12:04:43 -04:00
Fixed spacing between some comments
This commit is contained in:
parent
f4dbd2aadb
commit
1e5c674673
9 changed files with 20 additions and 22 deletions
|
@ -70,7 +70,7 @@ func outside_canvas(undo := false) -> bool:
|
|||
Global.undos -= 1
|
||||
Global.notification_label("Move Guide")
|
||||
if Global.control.redone:
|
||||
if Global.undos < Global.undo_redo.get_version(): #If we did undo and then redo
|
||||
if Global.undos < Global.undo_redo.get_version(): # If we did undo and then redo
|
||||
Global.undos = Global.undo_redo.get_version()
|
||||
Global.notification_label("Move Guide")
|
||||
if type == Types.HORIZONTAL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue