Some improvements

This commit is contained in:
YuSanka 2019-03-19 14:36:32 +01:00
parent ba54ce0309
commit b7a1bd927a
4 changed files with 19 additions and 3 deletions

View file

@ -163,6 +163,7 @@ public:
Plater* plater_{ nullptr };
wxNotebook* tab_panel() const ;
int extruders_cnt() const;
std::vector<Tab *> tabs_list;