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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user