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:
@@ -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"));
|
||||
|
Reference in New Issue
Block a user