DarkRadiant: master d4e8fd7c

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 23.02.2021 21:13 master 7a69f45a
Affected Issues  0000289: ESC to close dialogs with Cancel
Changeset 0000289: ESC now closes all dialogs deriving from DialogBase

Use the wxEVT_CHAR_HOOK event to catch the ESC key and invoke the Close()
method. Affects all dialogs mentioned in the bug (Create Entity, Create Model
and Add Property) as well as any others which are deriving from DialogBase.
mod - libs/wxutil/dialog/DialogBase.cpp Diff File
mod - libs/wxutil/dialog/DialogBase.h Diff File