summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tool-base.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-10-25 21:30:06 +0000
committerjabiertxof <info@marker.es>2016-10-25 21:30:06 +0000
commit043578ee79ae7dccc1967a9e380d276c9f73ed46 (patch)
tree74a065ea52503df07204addcb410e46182d88b58 /src/ui/tools/tool-base.cpp
parentFix for widget value of rotate (diff)
downloadinkscape-043578ee79ae7dccc1967a9e380d276c9f73ed46.tar.gz
inkscape-043578ee79ae7dccc1967a9e380d276c9f73ed46.zip
Some bug fixes and improvements
(bzr r15142.1.25)
Diffstat (limited to 'src/ui/tools/tool-base.cpp')
-rw-r--r--src/ui/tools/tool-base.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/tools/tool-base.cpp b/src/ui/tools/tool-base.cpp
index f7315c648..8d1034161 100644
--- a/src/ui/tools/tool-base.cpp
+++ b/src/ui/tools/tool-base.cpp
@@ -533,10 +533,6 @@ bool ToolBase::root_handler(GdkEvent* event) {
ret = TRUE;
if (desktop->canvas->endRotateTo()) {
sp_repr_set_svg_double(desktop->namedview->getRepr(), "inkscape:document-rotation", angle);
- SPObject *updated = SP_OBJECT(desktop->namedview);
- if (updated) {
- updated->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
- }
}
} else {
xp = yp = 0;