SavePresetDialog: Fixed OSX and Linux build

+ Added scaling of the validation icons
This commit is contained in:
YuSanka 2020-07-30 09:43:13 +02:00
parent 96a364c3e6
commit d84e70f59a
2 changed files with 20 additions and 15 deletions

View file

@ -212,6 +212,7 @@ class SavePresetDialog : public DPIDialog
Item(Preset::Type type, const std::string& suffix, wxBoxSizer* sizer, SavePresetDialog* parent);
void update_valid_bmp();
void accept();
bool is_valid() const { return m_valid_type != NoValid; }