DarkRadiant: master 8ee8e421

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 25.02.2020 21:19 master a6c3540f
Affected Issues  0005209: Modal dialogs can be too easily closed without saving settings
Changeset Remove close button from modal dialogs

A user reported that accidentally closing dialogs such as the Objectives editor
with the top-right close button can result in data loss, because the dialog
treats this as "Cancel" and does not prompt to save changes. Now the close
button is removed, so a user must explicitly choose to click one of the main
buttons at the bottom.

I don't know for sure whether the wxSYSTEM_MENU style is needed, but since it
was part of the wxDEFAULT_DIALOG_STYLE and I'm not in a position to test its
removal (it only has an effect on Windows according to the docs), it is left in
for now.
mod - libs/wxutil/dialog/DialogBase.cpp Diff File