diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-05-09 13:07:03 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-05-09 13:07:03 +0000 |
| commit | 9c6f702ebfbd401e7d4119b6d6b434783cf4c5b4 (patch) | |
| tree | 97ef62fc5823e6d784bc9259f889ad11c0e659f0 /src/desktop.cpp | |
| parent | Create stateless alignment selector and use it instead (diff) | |
| parent | Guides created after "lock all guides" selected should be locked (diff) | |
| download | inkscape-9c6f702ebfbd401e7d4119b6d6b434783cf4c5b4.tar.gz inkscape-9c6f702ebfbd401e7d4119b6d6b434783cf4c5b4.zip | |
Merge branch 'guidespanel' of gitlab.com:darktrojan/inkscape
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 262f1339b..47c82b6d9 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -1525,7 +1525,7 @@ void SPDesktop::toggleColorProfAdjust() void SPDesktop::toggleGuidesLock() { - _widget->toggleGuidesLock(); + sp_namedview_guides_toggle_lock(this->getDocument(), namedview); } bool SPDesktop::colorProfAdjustEnabled() |
