r13925 by fschmid - Display of the degrees should not happen when "view > move / resize value indicator" is unchecked.
scribus-commit
scribus-commit at lists.scribus.net
Wed Aug 26 20:55:28 CEST 2009
Revision: 13925
Author: fschmid
Date: 2009-08-26T18:52:34.660371Z
Commit message: Display of the degrees should not happen when "view > move / resize value indicator" is unchecked.
Changeset:
M /trunk/Scribus/scribus/canvas.cpp
Diffs:
Index: scribus/canvas.cpp
===================================================================
--- scribus/canvas.cpp (revision 13924)
+++ scribus/canvas.cpp (revision 13925)
@@ -2253,6 +2253,8 @@
void Canvas::displayRotHUD(QPoint m, double rot)
{
+ if (!PrefsManager::instance()->appPrefs.showMouseCoordinates)
+ return;
double r;
if (rot < 0.0)
r = rot * -1.0;
More information about the scribus-commit
mailing list