mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 10:52:53 +00:00
gwenview: fix regression since d797a3e2
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d797a3e24b
commit
4099e8fb8a
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ private:
|
||||||
} else if(orientation != 0 || orientation != 90
|
} else if(orientation != 0 || orientation != 90
|
||||||
|| orientation != 180 || orientation != 270) {
|
|| orientation != 180 || orientation != 270) {
|
||||||
kWarning() << "Can't represent an orientation value of" << orientation << "as an angle (" << _url << ')';
|
kWarning() << "Can't represent an orientation value of" << orientation << "as an angle (" << _url << ')';
|
||||||
return 0; {
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
return orientation;
|
return orientation;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue