r13924 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:15 CEST 2009
Revision: 13924
Author: fschmid
Date: 2009-08-26T18:51:53.283010Z
Commit message: Display of the degrees should not happen when "view > move / resize value indicator" is unchecked.
Changeset:
M /branches/Version135/Scribus/scribus/canvas.cpp
Diffs:
Index: scribus/canvas.cpp
===================================================================
--- scribus/canvas.cpp (revision 13923)
+++ scribus/canvas.cpp (revision 13924)
@@ -2261,6 +2261,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