solved merge conflicts for merge from dev into newlocallab
This commit is contained in:
@@ -2164,7 +2164,7 @@ void Preferences::cancelPressed ()
|
||||
{
|
||||
// set the initial theme back
|
||||
if (themeFNames.at (theme->get_active_row_number ()).longFName != options.theme) {
|
||||
rtengine::setPaths (options);
|
||||
rtengine::setPaths();
|
||||
RTImage::updateImages();
|
||||
switchThemeTo (options.theme);
|
||||
}
|
||||
@@ -2222,7 +2222,7 @@ void Preferences::themeChanged ()
|
||||
{
|
||||
|
||||
moptions.theme = themeFNames.at (theme->get_active_row_number ()).longFName;
|
||||
rtengine::setPaths (moptions);
|
||||
rtengine::setPaths();
|
||||
RTImage::updateImages();
|
||||
switchThemeTo (moptions.theme);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user