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

@@ -101,7 +101,7 @@ void Rotate::setBatchMode (bool batchMode) {
void Rotate::setAdjusterBehavior (bool brotadd) {
if (!degAdd && brotadd || degAdd && !brotadd)
if ((!degAdd && brotadd) || (degAdd && !brotadd))
degree->setLimits (-45, 45, 0.01, 0);
degAdd = brotadd;