mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Correct mixed_selection updating from 3dScene to ObjectList
This commit is contained in:
parent
4bb771683d
commit
054d202817
3 changed files with 38 additions and 0 deletions
|
@ -128,6 +128,7 @@ public:
|
|||
|
||||
Field(const ConfigOptionDef& opt, const t_config_option_key& id) : m_opt(opt), m_opt_id(id) {};
|
||||
Field(wxWindow* parent, const ConfigOptionDef& opt, const t_config_option_key& id) : m_parent(parent), m_opt(opt), m_opt_id(id) {};
|
||||
virtual ~Field() {}
|
||||
|
||||
/// If you don't know what you are getting back, check both methods for nullptr.
|
||||
virtual wxSizer* getSizer() { return nullptr; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue