mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-31 14:52:06 +00:00
FIX: empty param page remain in part tab
Change-Id: I41e90b53b0671df926ede7615e84b586e337b37a Jira: STUDIO-9072 (cherry picked from commit 0948b983d748f5823271b063417e1f514adbc807)
This commit is contained in:
@@ -199,6 +199,7 @@ public:
|
||||
|
||||
bool is_activated() { return sizer != nullptr; }
|
||||
|
||||
void remove_option_if(std::function<bool(std::string const &)> const & comp);
|
||||
protected:
|
||||
std::map<t_config_option_key, Option> m_options;
|
||||
wxWindow* m_parent {nullptr};
|
||||
|
||||
Reference in New Issue
Block a user