diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-01-11 13:22:46 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-01-11 13:22:46 +0000 |
| commit | 50d914529e56d47f765685d738e537cf41601894 (patch) | |
| tree | d6077252931ff2b110aab7df794a7b0d84acc9b9 /src/flood-context.cpp | |
| parent | remove the struts (diff) | |
| download | inkscape-50d914529e56d47f765685d738e537cf41601894.tar.gz inkscape-50d914529e56d47f765685d738e537cf41601894.zip | |
Add missing selection cue option to preferences for tweak, calligraphy, and paint bucket tools
(bzr r4457)
Diffstat (limited to 'src/flood-context.cpp')
| -rw-r--r-- | src/flood-context.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/flood-context.cpp b/src/flood-context.cpp index 5838c2b59..7dc832843 100644 --- a/src/flood-context.cpp +++ b/src/flood-context.cpp @@ -221,6 +221,10 @@ static void sp_flood_context_setup(SPEventContext *ec) ); rc->_message_context = new Inkscape::MessageContext((ec->desktop)->messageStack()); + + if (prefs_get_int_attribute("tools.paintbucket", "selcue", 0) != 0) { + rc->enableSelectionCue(); + } } inline static void |
