Make tool locations dynamic

Update tool locations after changing favorite tools preferences.
This commit is contained in:
Lawrence Lee
2021-12-05 17:09:23 -08:00
parent 8bd7712cce
commit 778b26d5bd
11 changed files with 586 additions and 274 deletions

View File

@@ -1110,6 +1110,14 @@ void RTWindow::updateHistogramPosition (int oldPosition, int newPosition)
}
}
void RTWindow::updateToolPanelToolLocations(
const std::vector<Glib::ustring> &favorites)
{
if (epanel) {
epanel->updateToolPanelToolLocations(favorites);
}
}
bool RTWindow::splashClosed (GdkEventAny* event)
{
delete splash;