SVN commit 547111 by arwalker:
BUG:128384 Move code to correct indentation level
M +3 -4 kst.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kst.cpp #547110:547111
@@ -1578,11 +1578,10 @@
}
}
}
+ win->view()->revertForPrint();
+
+ firstPage = false;
}
-
- win->view()->revertForPrint();
-
- firstPage = false;
}
it->next();
}