[Kst] branches/work/kst/portto4/kst/src/libkstapp
Mike Fenton
mike at staikos.net
Thu Jun 18 21:17:50 CEST 2009
SVN commit 983670 by fenton:
Fix missing brace.
M +1 -1 viewitem.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/viewitem.cpp #983669:983670
@@ -832,7 +832,7 @@
poly.last().x() - rect().x(),
poly.last().y() - rect().y());
- if (!newRect.isValid())
+ if (!newRect.isValid()) {
newRect = newRect.normalized();
setPos(pos() + newRect.topLeft());
More information about the Kst
mailing list