r23472 by jghali - #16057: Two settings are wrongly active in colour management preferences
scribus-commit
scribus-commit at lists.scribus.net
Sat Feb 22 14:33:16 UTC 2020
Author: jghali
Date: Sat Feb 22 14:33:15 2020
New Revision: 23472
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=23472
Log:
#16057: Two settings are wrongly active in colour management preferences
Modified:
trunk/Scribus/scribus/ui/prefs_colormanagement.cpp
Modified: trunk/Scribus/scribus/ui/prefs_colormanagement.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23472&path=/trunk/Scribus/scribus/ui/prefs_colormanagement.cpp
==============================================================================
--- trunk/Scribus/scribus/ui/prefs_colormanagement.cpp (original)
+++ trunk/Scribus/scribus/ui/prefs_colormanagement.cpp Sat Feb 22 14:33:15 2020
@@ -164,8 +164,8 @@
imageRenderingIntentComboBox->setEnabled(active);
solidColorsRenderingIntentComboBox->setEnabled(active);
simulatePrinterOnScreenCheckBox->setEnabled(active);
- convertAllColorsToPrinterSpaceCheckBox->setEnabled(active);
- markColorsOutOfGamutCheckBox->setEnabled(active);
+ convertAllColorsToPrinterSpaceCheckBox->setEnabled(active && simulatePrinterOnScreenCheckBox->isChecked());
+ markColorsOutOfGamutCheckBox->setEnabled(active && simulatePrinterOnScreenCheckBox->isChecked());
useBlackpointCompensationCheckBox->setEnabled(active);
rgbImageProfileComboBox->setEnabled(active);
cmykImageProfileComboBox->setEnabled(active);
@@ -181,4 +181,3 @@
convertAllColorsToPrinterSpaceCheckBox->setEnabled(active);
markColorsOutOfGamutCheckBox->setEnabled(active);
}
-
More information about the scribus-commit
mailing list