diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-12-06 21:39:31 +0000 |
|---|---|---|
| committer | jabiertxof <jabier.arraiza@marker.es> | 2015-12-06 21:39:31 +0000 |
| commit | 266cd1e5c43e6a46cd37f7db5138270b80d0944e (patch) | |
| tree | 23551448562ae436d9408f03bdb11b1128948cfd /src/ui/interface.cpp | |
| parent | Changed from Desktop to namedview to handle multiples documents (diff) | |
| download | inkscape-266cd1e5c43e6a46cd37f7db5138270b80d0944e.tar.gz inkscape-266cd1e5c43e6a46cd37f7db5138270b80d0944e.zip | |
Fixes UX pointed in suv review
(bzr r14500.1.9)
Diffstat (limited to '')
| -rw-r--r-- | src/ui/interface.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/interface.cpp b/src/ui/interface.cpp index 0f719b40f..dc49283d5 100644 --- a/src/ui/interface.cpp +++ b/src/ui/interface.cpp @@ -577,6 +577,9 @@ static gboolean checkitem_update(GtkWidget *widget, GdkEventExpose * /*event*/, if (!strcmp(action->id, "ToggleGrid")) { ison = dt->gridsEnabled(); } + else if (!strcmp(action->id, "EditGuidesToggleLock")) { + ison = dt->namedview->lockguides; + } else if (!strcmp(action->id, "ToggleGuides")) { ison = dt->namedview->getGuides(); } |
