Make tool locations dynamic
Update tool locations after changing favorite tools preferences.
This commit is contained in:
@@ -2486,6 +2486,13 @@ void EditorPanel::updateHistogramPosition (int oldPosition, int newPosition)
|
||||
|
||||
}
|
||||
|
||||
void EditorPanel::updateToolPanelToolLocations(
|
||||
const std::vector<Glib::ustring> &favorites)
|
||||
{
|
||||
if (tpc) {
|
||||
tpc->updateToolLocations(favorites);
|
||||
}
|
||||
}
|
||||
|
||||
void EditorPanel::defaultMonitorProfileChanged (const Glib::ustring &profile_name, bool auto_monitor_profile)
|
||||
{
|
||||
|
Reference in New Issue
Block a user