Image editor: Correctly initially disable the popup menu so that shortcuts are not eaten.

[DEVELOPMENT ENVIRONMENT]
* BUG: Image editor: Correctly initially disable the popup menu so that shortcuts are not eaten.
This commit is contained in:
gambas 2021-09-20 19:55:13 +02:00
parent 08f8c4d6a3
commit 21f891d443

View file

@ -5,6 +5,7 @@
Persistent = True
Arrangement = Arrange.Vertical
{ mnuEditor Menu
Enabled = False
{ mnuUndo Menu btnUndo
Name = "mnuUndo"
Action = ".undo"