From fc710269ffba364187eb44df32d868addbbf30d9 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Fri, 27 Sep 2013 02:30:21 +0200 Subject: Adjusted code style of SPEllipse. (bzr r12602) --- src/measure-context.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/measure-context.cpp') diff --git a/src/measure-context.cpp b/src/measure-context.cpp index 8db703205..9d8dc2b2f 100644 --- a/src/measure-context.cpp +++ b/src/measure-context.cpp @@ -48,10 +48,6 @@ using Inkscape::ControlManager; using Inkscape::CTLINE_SECONDARY; using Inkscape::Util::unit_table; -Geom::Point start_point; -boost::optional explicitBase; -boost::optional lastEnd; - std::vector measure_tmp_items; @@ -313,6 +309,10 @@ static void calculate_intersections(SPDesktop * /*desktop*/, SPItem* item, Geom: } bool SPMeasureContext::root_handler(GdkEvent* event) { + Geom::Point start_point; + boost::optional explicitBase; + boost::optional lastEnd; + Inkscape::Preferences *prefs = Inkscape::Preferences::get(); tolerance = prefs->getIntLimited("/options/dragtolerance/value", 0, 0, 100); -- cgit v1.2.3