Merge with 'Beep6581/dev'
This commit is contained in:
@@ -439,6 +439,13 @@ void EditWindow::set_title_decorated(Glib::ustring fname)
|
||||
set_title("RawTherapee " + M("EDITWINDOW_TITLE") + subtitle);
|
||||
}
|
||||
|
||||
void EditWindow::updateExternalEditorWidget(int selectedIndex, const std::vector<ExternalEditor> &editors)
|
||||
{
|
||||
for (const auto& panel : epanels) {
|
||||
panel.second->updateExternalEditorWidget(selectedIndex, editors);
|
||||
}
|
||||
}
|
||||
|
||||
void EditWindow::updateToolPanelToolLocations(
|
||||
const std::vector<Glib::ustring> &favorites, bool cloneFavoriteTools)
|
||||
{
|
||||
|
Reference in New Issue
Block a user