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:
@@ -1111,10 +1111,10 @@ void RTWindow::updateHistogramPosition (int oldPosition, int newPosition)
|
||||
}
|
||||
|
||||
void RTWindow::updateToolPanelToolLocations(
|
||||
const std::vector<Glib::ustring> &favorites)
|
||||
const std::vector<Glib::ustring> &favorites, bool cloneFavoriteTools)
|
||||
{
|
||||
if (epanel) {
|
||||
epanel->updateToolPanelToolLocations(favorites);
|
||||
epanel->updateToolPanelToolLocations(favorites, cloneFavoriteTools);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user