Further improve rgbShift effect. Now can be enabled without chroma color.

This commit is contained in:
Filippo Scognamiglio
2018-11-05 02:03:12 +01:00
parent 293b05fec6
commit 8b1a0a5b8e
2 changed files with 20 additions and 9 deletions

View File

@@ -79,7 +79,6 @@ Tab{
name: qsTr("RGB Shift")
onNewValue: appSettings.rbgShift = newValue;
value: appSettings.rbgShift;
enabled: appSettings.chromaColor !== 0
}
}
}