Hide local adjustments from batch process favorite

This commit is contained in:
Lawrence Lee
2021-12-12 17:09:53 -08:00
parent 901f4e4f63
commit d29b451aa6
2 changed files with 5 additions and 3 deletions

View File

@@ -212,6 +212,7 @@ protected:
std::vector<MyExpander*> expList;
bool hasChanged;
bool batch;
void addPanel(Gtk::Box* where, FoldableToolPanel* panel, int level = 1);
void foldThemAll(GdkEventButton* event);