diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-11-06 20:11:34 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-11-06 20:11:34 +0000 |
| commit | f947dd4e24cd82b3c4013eddb14fb1ac8f71f184 (patch) | |
| tree | c038e5125f9cf77ddb0dbd13d5fda103397689b5 /src/object-set.h | |
| parent | Fix a bug that allow to enter rotate mode with right click (diff) | |
| parent | Fix some bugs on pen/cil dropdown shapes (diff) | |
| download | inkscape-f947dd4e24cd82b3c4013eddb14fb1ac8f71f184.tar.gz inkscape-f947dd4e24cd82b3c4013eddb14fb1ac8f71f184.zip | |
Update to trunk
(bzr r15142.1.34)
Diffstat (limited to 'src/object-set.h')
| -rw-r--r-- | src/object-set.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object-set.h b/src/object-set.h index a70730ef1..47a2efb9d 100644 --- a/src/object-set.h +++ b/src/object-set.h @@ -402,6 +402,7 @@ public: // various void getExportHints(Glib::ustring &filename, float *xdpi, float *ydpi); + bool fitCanvas(bool with_margins, bool skip_undo = false); protected: |
