summaryrefslogtreecommitdiffstats
path: root/src/display
diff options
context:
space:
mode:
authorkamalpreetgrewal <grewalkamal005@gmail.com>2016-08-18 19:59:46 +0000
committerkamalpreetgrewal <grewalkamal005@gmail.com>2016-08-18 19:59:46 +0000
commit3569a1ae56e8bf0e433b8e1773b6802cbdc041c2 (patch)
tree7ac43feb9e0be025233b166cef1a1c108ca67d3b /src/display
parentPass tests while adding & removing objects from class selectors (diff)
parentAdd back icon (this time as a copy) (diff)
downloadinkscape-3569a1ae56e8bf0e433b8e1773b6802cbdc041c2.tar.gz
inkscape-3569a1ae56e8bf0e433b8e1773b6802cbdc041c2.zip
Merge changes from trunk
(bzr r14949.1.69)
Diffstat (limited to 'src/display')
-rw-r--r--src/display/guideline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/guideline.cpp b/src/display/guideline.cpp
index 126fcf87c..f66b65e1a 100644
--- a/src/display/guideline.cpp
+++ b/src/display/guideline.cpp
@@ -48,7 +48,7 @@ static void sp_guideline_init(SPGuideLine *gl)
gl->locked = false;
gl->normal_to_line = Geom::Point(0,1);
- gl->angle = 3.14159265358979323846/2;
+ gl->angle = M_PI_2;
gl->point_on_line = Geom::Point(0,0);
gl->sensitive = 0;