Add option to clone favorite tools
If cloning is enabled, favorite tools will appear in the favorites panel and in the original location.
This commit is contained in:
@@ -2572,8 +2572,10 @@ void Preferences::workflowUpdate()
|
||||
parent->updateProfiles (moptions.rtSettings.printerProfile, rtengine::RenderingIntent(moptions.rtSettings.printerIntent), moptions.rtSettings.printerBPC);
|
||||
}
|
||||
|
||||
if (moptions.favorites != options.favorites) {
|
||||
parent->updateToolPanelToolLocations(moptions.favorites);
|
||||
if (moptions.cloneFavoriteTools != options.cloneFavoriteTools ||
|
||||
moptions.favorites != options.favorites) {
|
||||
parent->updateToolPanelToolLocations(
|
||||
moptions.favorites, moptions.cloneFavoriteTools);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user