summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-08-09 07:23:35 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-08-09 07:23:35 +0000
commit0d1d59a3dfe51740e7601dba044c9ed979e4c9f7 (patch)
tree7b97271b606850781571acd163c8b957aae1e379 /src/ui
parentcopyright message rewritten object properties dialog (diff)
downloadinkscape-0d1d59a3dfe51740e7601dba044c9ed979e4c9f7.tar.gz
inkscape-0d1d59a3dfe51740e7601dba044c9ed979e4c9f7.zip
Fix for 819671 : No visual indication for grid and snap being on/off
(bzr r11600)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/view/edit-widget-interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/view/edit-widget-interface.h b/src/ui/view/edit-widget-interface.h
index 2426fa5b1..412c7ff8c 100644
--- a/src/ui/view/edit-widget-interface.h
+++ b/src/ui/view/edit-widget-interface.h
@@ -119,6 +119,9 @@ struct EditWidgetInterface
/// Toggle CMS on/off and set preference value accordingly
virtual void toggleColorProfAdjust() = 0;
+ /// Is CMS on/off
+ virtual bool colorProfAdjustEnabled() = 0;
+
/// Temporarily block signals and update zoom display
virtual void updateZoom() = 0;