Fix update of tool locations after changing pref

Only the editor panel in single editor mode was being updated. This
commit makes them update in multiple editor mode and also updates the
batch editor.
This commit is contained in:
Lawrence Lee
2021-12-12 17:50:12 -08:00
parent d29b451aa6
commit 012103b4e2
5 changed files with 33 additions and 0 deletions

View File

@@ -83,6 +83,8 @@ public:
bool handleShortcutKey (GdkEventKey* event);
bool handleShortcutKeyRelease(GdkEventKey *event);
void updateTPVScrollbar (bool hide);
void updateToolPanelToolLocations(
const std::vector<Glib::ustring> &favorites, bool cloneFavoriteTools);
private:
void on_NB_switch_page(Gtk::Widget* page, guint page_num);