1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-15 11:59:34 +00:00

Saves undo image when adding a MenuBar control.

This commit is contained in:
FellippeHeitor 2018-05-25 11:20:35 -03:00
parent fa097f7040
commit 3a79da9bc8

View file

@ -1027,6 +1027,7 @@ END SUB
SUB __UI_KeyPress (id AS LONG)
SELECT CASE id
CASE 201 TO 210
SaveUndoImage
DoAlign id
CASE 214
RestoreUndoImage
@ -1049,6 +1050,7 @@ SUB __UI_KeyPress (id AS LONG)
AlternateNumericOnlyProperty
CASE 224
DIM TempID AS LONG
SaveUndoImage
TempID = AddNewMenuBarControl
SelectNewControl TempID
END SELECT