diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-05-22 09:32:22 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-05-22 09:32:22 +0000 |
| commit | cb8e0d601ac3cffc473fb8b8ec612c1595e94ff2 (patch) | |
| tree | 5450d1abddb9c451f9fc019388f364fe2bc29c6f /src/dialogs/swatches.cpp | |
| parent | * Re-add pointer/keyb grabbing for font list popdown in the text toolbar (was... (diff) | |
| download | inkscape-cb8e0d601ac3cffc473fb8b8ec612c1595e94ff2.tar.gz inkscape-cb8e0d601ac3cffc473fb8b8ec612c1595e94ff2.zip | |
Removed panel menu unless requested. Fixes bug #1492597
(bzr r940)
Diffstat (limited to 'src/dialogs/swatches.cpp')
| -rw-r--r-- | src/dialogs/swatches.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/swatches.cpp b/src/dialogs/swatches.cpp index 5af23f95e..31e91562b 100644 --- a/src/dialogs/swatches.cpp +++ b/src/dialogs/swatches.cpp @@ -916,7 +916,7 @@ SwatchesPanel& SwatchesPanel::getInstance() * Constructor */ SwatchesPanel::SwatchesPanel() : - Inkscape::UI::Widget::Panel ("dialogs.swatches"), + Inkscape::UI::Widget::Panel( "dialogs.swatches", true ), _holder(0) { _holder = new PreviewHolder(); |
