diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-10-25 21:30:06 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-10-25 21:30:06 +0000 |
| commit | 043578ee79ae7dccc1967a9e380d276c9f73ed46 (patch) | |
| tree | 74a065ea52503df07204addcb410e46182d88b58 /src/ui/tools/tool-base.cpp | |
| parent | Fix for widget value of rotate (diff) | |
| download | inkscape-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.cpp | 4 |
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; |
