diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2018-11-07 18:50:58 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-01 16:15:28 +0000 |
| commit | 6483ea5c1a27864af917598be8bef70d6e8cf082 (patch) | |
| tree | 52ea1a84c6704cdf37d854285c4f797450a8653c /src/ui/interface.cpp | |
| parent | desktopwidget: C++ify zoom_status (diff) | |
| download | inkscape-6483ea5c1a27864af917598be8bef70d6e8cf082.tar.gz inkscape-6483ea5c1a27864af917598be8bef70d6e8cf082.zip | |
Initial commit of split canvas
Diffstat (limited to 'src/ui/interface.cpp')
| -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 088419edd..a760cd9d1 100644 --- a/src/ui/interface.cpp +++ b/src/ui/interface.cpp @@ -624,6 +624,9 @@ static gboolean checkitem_update(GtkWidget *widget, cairo_t * /*cr*/, gpointer u else if (!strcmp(action->id, "ViewCmsToggle")) { ison = dt->colorProfAdjustEnabled(); } + else if (!strcmp(action->id, "ViewSplitModeToggle")) { + ison = dt->splitMode(); + } else { ison = getViewStateFromPref(view, pref); } |
