mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
SavePresetDialog: Fixed OSX and Linux build
+ Added scaling of the validation icons
This commit is contained in:
parent
96a364c3e6
commit
d84e70f59a
2 changed files with 20 additions and 15 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue