From 1602477dfd4371a17639b0b6e4f59f5a5ea9565a Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Fri, 15 Mar 2019 15:21:30 +0100 Subject: Make InkscapeApplication responsible for managing documents and windows. Any change from previous behavior is a bug. --- src/document.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/document.h') diff --git a/src/document.h b/src/document.h index 2c8a8f5ce..b3fa7da4d 100644 --- a/src/document.h +++ b/src/document.h @@ -284,6 +284,7 @@ public: void setWidthAndHeight(const Inkscape::Util::Quantity &width, const Inkscape::Util::Quantity &height, bool changeSize=true); void setWidth(const Inkscape::Util::Quantity &width, bool changeSize=true); void setHeight(const Inkscape::Util::Quantity &height, bool changeSize=true); + void setViewBox(); void setViewBox(const Geom::Rect &viewBox); void requestModified(); int ensureUpToDate(); -- cgit v1.2.3