mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
Fix the OnText handler in ObjectTableDialog to close on Esc. (#12979)
The OnText handler in ObjectTableDialog catches WXK_ESCAPE but swallows it. Invert the logic to call Close() on Esc, and pass anything else to evt.Skip(). While at it, fix a typo in the dialog's title.
This commit is contained in:
committed by
GitHub
parent
66eb5fc4f4
commit
b30470a714
@@ -2614,7 +2614,7 @@ msgid "Brim"
|
||||
msgstr ""
|
||||
|
||||
msgid "Object/Part Setting"
|
||||
msgstr "Object/part setting"
|
||||
msgstr "Object/part settings"
|
||||
|
||||
msgid "Reset parameter"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user