Correct mixed_selection updating from 3dScene to ObjectList

This commit is contained in:
YuSanka 2018-11-30 11:21:25 +01:00
parent 4bb771683d
commit 054d202817
3 changed files with 38 additions and 0 deletions

View file

@ -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; }