Make tool locations dynamic
Update tool locations after changing favorite tools preferences.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user