diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-08-09 07:23:35 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-08-09 07:23:35 +0000 |
| commit | 0d1d59a3dfe51740e7601dba044c9ed979e4c9f7 (patch) | |
| tree | 7b97271b606850781571acd163c8b957aae1e379 /src/ui | |
| parent | copyright message rewritten object properties dialog (diff) | |
| download | inkscape-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.h | 3 |
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; |
