Second batch of correction to lower the number of GCC warnings

This commit is contained in:
Hombre
2010-08-30 01:07:43 +02:00
parent 02dac0425d
commit 76285ea74d
20 changed files with 288 additions and 282 deletions

View File

@@ -77,7 +77,7 @@ void Vignetting::adjusterChanged (Adjuster* a, double newval) {
void Vignetting::setAdjusterBehavior (bool bvadd) {
if (!vigAdd && bvadd || vigAdd && !bvadd)
if ((!vigAdd && bvadd) || (vigAdd && !bvadd))
amount->setLimits (-100, 100, 1, 0);
vigAdd = bvadd;