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/file.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/file.cpp')
| -rw-r--r-- | src/file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.cpp b/src/file.cpp index 06db60765..30a218141 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -282,7 +282,7 @@ bool sp_file_open(const Glib::ustring &uri, SPNamedView *nv = desktop->namedview; if (nv->lockguides) { - desktop->toggleGuidesLock(); + nv->lockGuides(); } // Perform a fixup pass for hrefs. if ( Inkscape::ResourceManager::getManager().fixupBrokenLinks(doc) ) { |
