diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-06-26 07:47:04 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-06-26 07:47:04 +0000 |
| commit | 17c1fe80afbaa85bc7d8caf8516a41ec1b89fbf4 (patch) | |
| tree | 1037e8a8fd7b8a60a60e7a74579b54843811c837 /src/widgets/swatch-selector.cpp | |
| parent | UI. Fix for Bug #817193 (Usability: emphasize gridlines checkbox is using neg... (diff) | |
| download | inkscape-17c1fe80afbaa85bc7d8caf8516a41ec1b89fbf4.tar.gz inkscape-17c1fe80afbaa85bc7d8caf8516a41ec1b89fbf4.zip | |
Fix for 722017 : Better Gradient Window
(bzr r11515)
Diffstat (limited to 'src/widgets/swatch-selector.cpp')
| -rw-r--r-- | src/widgets/swatch-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/swatch-selector.cpp b/src/widgets/swatch-selector.cpp index 5de71c95e..524072cf0 100644 --- a/src/widgets/swatch-selector.cpp +++ b/src/widgets/swatch-selector.cpp @@ -182,7 +182,7 @@ void SwatchSelector::setVector(SPDocument */*doc*/, SPGradient *vector) _csel->base->setColor( color ); gtk_widget_show_all( GTK_WIDGET(_csel) ); } else { - gtk_widget_hide( GTK_WIDGET(_csel) ); + //gtk_widget_hide( GTK_WIDGET(_csel) ); } /* |
