Bug fix: the monitor profile and softproofing profile are now computed

automatically even without special trigger event. The order of the
Monitor Intent is now correct.
This commit is contained in:
Hombre
2016-08-29 21:04:59 +02:00
parent a1981dbd4d
commit 7c7cb9f9f1
5 changed files with 17 additions and 7 deletions

View File

@@ -702,7 +702,7 @@ Gtk::Widget* Preferences::getColorManagementPanel ()
for (std::vector<Glib::ustring>::const_iterator profile = profiles.begin (); profile != profiles.end (); ++profile)
monProfile->append_text (*profile);
// same order than enum
// same order as the enum
monIntent->append_text (M("PREFERENCES_INTENT_PERCEPTUAL"));
monIntent->append_text (M("PREFERENCES_INTENT_RELATIVE"));
monIntent->append_text (M("PREFERENCES_INTENT_ABSOLUTE"));