diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-05 20:24:04 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-03-05 20:24:04 +0000 |
| commit | fcffbecabedd7c6bca1312918c918d57fee3cf8c (patch) | |
| tree | 38546ab2abbbf7cf95b8fbb4d8931e5369a15bae /src/widgets | |
| parent | Added a few swatch related functions (does not compile) (diff) | |
| download | inkscape-fcffbecabedd7c6bca1312918c918d57fee3cf8c.tar.gz inkscape-fcffbecabedd7c6bca1312918c918d57fee3cf8c.zip | |
Added new swatches dialog
(bzr r13090.1.16)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/desktop-widget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/desktop-widget.cpp b/src/widgets/desktop-widget.cpp index 583dbec85..2eba8bb8c 100644 --- a/src/widgets/desktop-widget.cpp +++ b/src/widgets/desktop-widget.cpp @@ -358,7 +358,7 @@ void SPDesktopWidget::init( SPDesktopWidget *dtw ) { using Inkscape::UI::Dialogs::SwatchesPanel; - dtw->panels = new SwatchesPanel("/embedded/swatches"); + dtw->panels = new SwatchesPanel("/embedded/swatches", false); dtw->panels->setOrientation(SP_ANCHOR_SOUTH); #if GTK_CHECK_VERSION(3,0,0) |
