From: joncruz Date: Thu, 5 Mar 2009 08:19:09 +0000 (+0000) Subject: Hide the new 'clear' swatch for now X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=46b45043a898fc3e963ba6d1923928f8dd2dc2d2;p=inkscape.git Hide the new 'clear' swatch for now --- diff --git a/src/ui/dialog/swatches.cpp b/src/ui/dialog/swatches.cpp index 5cd357673..b29f9525e 100644 --- a/src/ui/dialog/swatches.cpp +++ b/src/ui/dialog/swatches.cpp @@ -1264,7 +1264,7 @@ void SwatchesPanel::_handleAction( int setId, int itemId ) _holder->setColumnPref( curr->_prefWidth ); } _holder->freezeUpdates(); - _holder->addPreview(_clear); + // TODO restore once 'clear' works _holder->addPreview(_clear); _holder->addPreview(_remove); for ( std::vector::iterator it = curr->_colors.begin(); it != curr->_colors.end(); it++ ) { _holder->addPreview(*it);