Layers sizer updating

This commit is contained in:
YuSanka 2019-05-30 12:41:16 +02:00
parent 765d4264ae
commit bf56d79354
5 changed files with 128 additions and 71 deletions

View file

@ -160,6 +160,8 @@ public:
m_show_modified_btns = show;
}
void clear_fields_except_of(const std::vector<std::string> left_fields);
OptionsGroup( wxWindow* _parent, const wxString& title, bool is_tab_opt = false,
column_t extra_clmn = nullptr) :
m_parent(_parent), title(title),