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:
parent
d980c99f17
commit
6e445e480c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue