diff options
| author | Martin Owens <doctormo@gmail.com> | 2014-04-19 04:52:30 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2014-04-19 04:52:30 +0000 |
| commit | 47abc2d2947692786bb402cedc107e40b9cd21e5 (patch) | |
| tree | 0fef0ac4ca957ae0405c01a1bc84e8564fb5e857 /src/desktop.cpp | |
| parent | Add image rendering option for outlines. Setup desktop preferences observer. (diff) | |
| download | inkscape-47abc2d2947692786bb402cedc107e40b9cd21e5.tar.gz inkscape-47abc2d2947692786bb402cedc107e40b9cd21e5.zip | |
Fix remaining issue with prefs updating
(bzr r13291.1.2)
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index 35ee22448..3ed6d9ef3 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -139,7 +139,7 @@ SPDesktop::SPDesktop() : _d2w(), _doc2dt( Geom::Scale(1, -1) ), // This doesn't work I don't know why. - // _image_render_observer(*this, "/options/rendering/imageinoutlinemode"), + _image_render_observer(this, "/options/rendering/imageinoutlinemode"), grids_visible( false ) { _d2w.setIdentity(); |
