mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
Modernize wxButtons on Parameters & Physical Printer window (#9459)
* update * Update Tab.hpp
This commit is contained in:
parent
2a6c15d15a
commit
07634d2ba2
5 changed files with 101 additions and 34 deletions
|
@ -164,7 +164,7 @@ protected:
|
|||
struct PresetDependencies {
|
||||
Preset::Type type = Preset::TYPE_INVALID;
|
||||
wxCheckBox *checkbox = nullptr;
|
||||
ScalableButton *btn = nullptr;
|
||||
Button *btn = nullptr;
|
||||
std::string key_list; // "compatible_printers"
|
||||
std::string key_condition;
|
||||
wxString dialog_title;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue