summaryrefslogtreecommitdiffstats
path: root/src/ui/selected-color.h
diff options
context:
space:
mode:
authorTomasz Boczkowski <penginsbacon@gmail.com>2015-05-09 12:53:54 +0000
committerTomasz Boczkowski <penginsbacon@gmail.com>2015-05-09 12:53:54 +0000
commitcd9885ddc7dfbf7769f902dd7ee043892a2c8ee9 (patch)
treeb85f04d5bca6bce7590685b2b7f019805afcc7ec /src/ui/selected-color.h
parentUsing MODE_SOLID_COLOR in paint selector instead of duplicated MODE_COLOR_RGB... (diff)
downloadinkscape-cd9885ddc7dfbf7769f902dd7ee043892a2c8ee9.tar.gz
inkscape-cd9885ddc7dfbf7769f902dd7ee043892a2c8ee9.zip
fixed crash in paint selector when changing from gradient to solid color
(bzr r14059.1.23)
Diffstat (limited to 'src/ui/selected-color.h')
-rw-r--r--src/ui/selected-color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/selected-color.h b/src/ui/selected-color.h
index 168099c82..e9e702d43 100644
--- a/src/ui/selected-color.h
+++ b/src/ui/selected-color.h
@@ -38,7 +38,7 @@ public:
void setValue(guint32 value);
guint32 value() const;
- void setColorAlpha(SPColor const &color, gfloat alpha);
+ void setColorAlpha(SPColor const &color, gfloat alpha, bool emit_signal = true);
void colorAlpha(SPColor &color, gfloat &alpha) const;
void setHeld(bool held);