Fixed bug where the user could drag the guides when the canvas had no focus

This commit is contained in:
OverloadedOrama 2020-04-15 19:54:59 +03:00
parent 10280f25f9
commit 4e33775c84
4 changed files with 6 additions and 7 deletions

View file

@ -71,7 +71,7 @@ func _ready() -> void:
"Invert colors" : 0,
"Desaturation" : 0,
"Outline" : 0,
"Adjust Hue/Saturation/Value":0
"Adjust Hue/Saturation/Value" : 0
}
var help_menu_items := {
"View Splash Screen" : 0,