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:
parent
fa097f7040
commit
3a79da9bc8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue