Suppress edit of items of UnsavedChangesDialog, fixed update of the information line

+ added white version for icons "exit" and "switch_presets"
This commit is contained in:
YuSanka 2020-10-18 13:44:15 +02:00
parent f1c9d39302
commit a61d0a9532
4 changed files with 66 additions and 8 deletions

View file

@ -210,9 +210,6 @@ class UnsavedChangesDialog : public DPIDialog
// selected action after Dialog closing
Action m_exit_action {Action::Undef};
// Action during mouse motion
Action m_motion_action {Action::Undef};
struct ItemData
{
std::string opt_key;