Fixed a bug with a "gear" button near the filament preset (part of #2440)

This commit is contained in:
YuSanka 2019-06-03 14:52:15 +02:00
parent 3d8bd85187
commit 0ee0b546df
3 changed files with 11 additions and 1 deletions

View file

@ -166,6 +166,7 @@ public:
wxNotebook* tab_panel() const ;
int extruders_cnt() const;
int extruders_edited_cnt() const;
std::vector<Tab *> tabs_list;