summaryrefslogtreecommitdiffstats
path: root/src/ui/view/edit-widget.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2007-11-26 20:54:55 +0000
committerjoncruz <joncruz@users.sourceforge.net>2007-11-26 20:54:55 +0000
commitc3585e5f5ab297489509d60b69749dcddb89b446 (patch)
tree2e2b514da9d5588c76eb897349d63bdae30c1138 /src/ui/view/edit-widget.cpp
parentDon't snap the smooth nodes of a path (diff)
downloadinkscape-c3585e5f5ab297489509d60b69749dcddb89b446.tar.gz
inkscape-c3585e5f5ab297489509d60b69749dcddb89b446.zip
Menu item to toggle CMS adjustment on and off
(bzr r4138)
Diffstat (limited to 'src/ui/view/edit-widget.cpp')
-rw-r--r--src/ui/view/edit-widget.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/view/edit-widget.cpp b/src/ui/view/edit-widget.cpp
index f99658f97..7bf4fc752 100644
--- a/src/ui/view/edit-widget.cpp
+++ b/src/ui/view/edit-widget.cpp
@@ -1465,6 +1465,11 @@ EditWidget::toggleScrollbars()
}
}
+void EditWidget::toggleColorProfAdjust()
+{
+ // TODO implement
+}
+
void
EditWidget::updateZoom()
{