Color Toning issue2014

This commit is contained in:
jdc
2014-07-07 19:44:32 +02:00
parent 7636502a7c
commit f277afd333
103 changed files with 4779 additions and 455 deletions

View File

@@ -824,7 +824,7 @@ void BlackWhite::enabled_toggled () {
if (listener) {
if (enabled->get_inconsistent())
listener->panelChanged (EvBWChmixEnabled, M("GENERAL_UNCHANGED"));
else if (enabled->get_active ()) {
else if (enabled->get_active ()) {
listener->panelChanged (EvBWChmixEnabled, M("GENERAL_ENABLED"));
}
else {