diff options
| author | gustav_b <gustav_b@users.sourceforge.net> | 2007-06-02 12:45:58 +0000 |
|---|---|---|
| committer | gustav_b <gustav_b@users.sourceforge.net> | 2007-06-02 12:45:58 +0000 |
| commit | ab2c9b2f274f80064e15dddced3a71f2805350e6 (patch) | |
| tree | cd7481138075c3b84c8d24d689b1c8c21c417fc8 /src/verbs.cpp | |
| parent | Finish Paint Bucket optimizations & fixes for auto gap (diff) | |
| download | inkscape-ab2c9b2f274f80064e15dddced3a71f2805350e6.tar.gz inkscape-ab2c9b2f274f80064e15dddced3a71f2805350e6.zip | |
Gtkmm:ified Fill and Stroke dialog (disabled by default). It's still
using the old fill/stroke style and paint style widgets, though.
(bzr r3050)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 6a81dc7e0..01172f102 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -1662,6 +1662,7 @@ DialogVerb::perform(SPAction *action, void *data, void *pdata) break; case SP_VERB_DIALOG_FILL_STROKE: sp_object_properties_dialog(); + // dt->_dlg_mgr->showDialog("FillAndStroke"); break; case SP_VERB_DIALOG_SWATCHES: show_panel( Inkscape::UI::Dialogs::SwatchesPanel::getInstance(), "dialogs.swatches", SP_VERB_DIALOG_SWATCHES); |
