Fixed spacing between some comments

This commit is contained in:
OverloadedOrama 2020-03-09 02:17:49 +02:00
parent f4dbd2aadb
commit 1e5c674673
9 changed files with 20 additions and 22 deletions

View file

@ -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: