FIX: empty param page remain in part tab

Change-Id: I41e90b53b0671df926ede7615e84b586e337b37a
Jira: STUDIO-9072
(cherry picked from commit 0948b983d748f5823271b063417e1f514adbc807)
This commit is contained in:
chunmao.guo
2024-12-04 18:05:45 +08:00
committed by Noisyfox
parent ab9f36dbf4
commit 98295eeb06
3 changed files with 17 additions and 12 deletions

View File

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