DarkRadiant: master b67318f5

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 24.04.2024 18:48 master debc7152
Affected Issues  0006514: DarkRadiant crashes when typing in the Skin Name field of the Skin Editor menu
Changeset 0006514: Skin Name text control only commits changes on ENTER

The previous event was emitted on every character change, which was far
too frequent and led to performance problems and strange behaviour. By
setting the PROCESS_ENTER style flag we can connect instead to an event
which is only emitted when the ENTER key is pressed, which is the more
usual behaviour when editing the name of something in a text field.
mod - install/ui/skineditor.fbp Diff File
mod - install/ui/skineditor.xrc Diff File
mod - radiant/ui/skin/SkinEditor.cpp Diff File