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:
@@ -436,3 +436,11 @@ void FilePanel::updateTPVScrollbar (bool hide)
|
||||
{
|
||||
tpc->updateTPVScrollbar (hide);
|
||||
}
|
||||
|
||||
void FilePanel::updateToolPanelToolLocations(
|
||||
const std::vector<Glib::ustring> &favorites, bool cloneFavoriteTools)
|
||||
{
|
||||
if (tpc) {
|
||||
tpc->updateToolLocations(favorites, cloneFavoriteTools);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user