IconView: The renaming widget does not propagate the ESC key anymore.^

[GB.GUI.BASE]
* BUG: IconView: The renaming widget does not propagate the ESC key anymore.
This commit is contained in:
gambas 2021-03-22 02:20:03 +01:00
parent d980c99f17
commit 6e445e480c

View file

@ -1452,6 +1452,7 @@ Public Sub RenameBox_KeyPress()
If Key.Code = Key.Escape Then
ExitRename
Raise Cancel
Stop Event
Else If Key.Code = Key.Enter Or If Key.Code = Key.Return Then
RenameBox_Activate
Stop Event