diff options
| author | WizardOhio24 <rdmenzies2000@gmail.com> | 2019-01-26 12:34:38 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-02-11 10:43:57 +0000 |
| commit | eca63dcdbc425e44e353e93e8760a69e9b1f2d83 (patch) | |
| tree | a0543f620fe961b6a86aba36cc82a7e44fb40d12 /src/desktop.h | |
| parent | Bundle python-numpy and python-scour (diff) | |
| download | inkscape-eca63dcdbc425e44e353e93e8760a69e9b1f2d83.tar.gz inkscape-eca63dcdbc425e44e353e93e8760a69e9b1f2d83.zip | |
Added Feature: Recenter page in window, Ctrl+4 shortcut
Diffstat (limited to 'src/desktop.h')
| -rw-r--r-- | src/desktop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop.h b/src/desktop.h index d4babf61f..69ccd7bd9 100644 --- a/src/desktop.h +++ b/src/desktop.h @@ -342,6 +342,7 @@ public: void zoom_page_width(); void zoom_drawing(); void zoom_selection(); + void zoom_center_page(); double current_zoom() const { return _current_affine.getZoom(); } |
