diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-03-13 08:49:02 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-03-13 08:49:02 +0000 |
| commit | c424d555260e3b5fae3260173c6bc51d6e4d6f84 (patch) | |
| tree | 5528d6d516bffe883bdba5870959227f38913c79 /src/desktop.cpp | |
| parent | update to trunk (diff) | |
| parent | Provide a toggle in the document properties to optionally turn off (diff) | |
| download | inkscape-c424d555260e3b5fae3260173c6bc51d6e4d6f84.tar.gz inkscape-c424d555260e3b5fae3260173c6bc51d6e4d6f84.zip | |
update to trunk
(bzr r11950.1.293)
Diffstat (limited to '')
| -rw-r--r-- | src/desktop.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index a02baeac8..234831e69 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -1736,6 +1736,8 @@ static void _namedview_modified (SPObject *obj, guint flags, SPDesktop *desktop) if (flags & SP_OBJECT_MODIFIED_FLAG) { + desktop->getDocument()->getRoot()->setAntialiasing(nv->antialiasing); + /* Show/hide page background */ if (nv->pagecolor | (0xff != 0xffffffff)) { sp_canvas_item_show (desktop->table); |
