automatically select the system monitor profile if the preferences say so
Fix for issue #3821
This commit is contained in:
@@ -742,7 +742,9 @@ Gtk::Widget* Preferences::getColorManagementPanel ()
|
||||
|
||||
const std::vector<Glib::ustring> profiles = rtengine::ICCStore::getInstance ()->getProfiles (rtengine::ICCStore::ProfileType::MONITOR);
|
||||
for (const auto profile : profiles) {
|
||||
monProfile->append (profile);
|
||||
if (profile.find("file:") != 0) {
|
||||
monProfile->append (profile);
|
||||
}
|
||||
}
|
||||
|
||||
// same order as the enum
|
||||
|
Reference in New Issue
Block a user