diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-18 00:43:27 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-18 00:43:27 +0000 |
| commit | 1909760cc90de210792a98e8ae7aee7964fc0198 (patch) | |
| tree | 8a553eed21582ede3034e95219dc538ea7d22c49 /src/widgets | |
| parent | Add button whether to display limiting bounding box; add 'all inactive' toggl... (diff) | |
| download | inkscape-1909760cc90de210792a98e8ae7aee7964fc0198.tar.gz inkscape-1909760cc90de210792a98e8ae7aee7964fc0198.zip | |
Switch back to all_inactive mode after applying a geometric LPE
(bzr r6674)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/toolbox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 71c797bff..5ed6feb2e 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -4788,6 +4788,7 @@ static void sp_dropper_toolbox_prep(SPDesktop */*desktop*/, GtkActionGroup* main // the subtools from which the toolbar is built automatically are listed in lpe-tool-context.h +// this is called when the mode is changed via the toolbar (i.e., one of the subtool buttons is pressed) static void sp_lpetool_mode_changed(EgeSelectOneAction *act, GObject *tbl) { using namespace Inkscape::LivePathEffect; |
