diff options
| author | Martin Owens <doctormo@gmail.com> | 2016-03-29 00:49:42 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2016-03-29 00:49:42 +0000 |
| commit | 401c2f70ce1ffcdf7a041c27df8c06e19f42e847 (patch) | |
| tree | 63bc18ece8bf0b487790a6ccecefff939b4eae07 /src/ui/selected-color.cpp | |
| parent | Translations. zh_CN translation update. (diff) | |
| download | inkscape-401c2f70ce1ffcdf7a041c27df8c06e19f42e847.tar.gz inkscape-401c2f70ce1ffcdf7a041c27df8c06e19f42e847.zip | |
Fix bugs with the colour selector self-signaling on change.
Fixed bugs:
- https://launchpad.net/bugs/1462907
- https://launchpad.net/bugs/1249618
(bzr r14747)
Diffstat (limited to 'src/ui/selected-color.cpp')
| -rw-r--r-- | src/ui/selected-color.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/selected-color.cpp b/src/ui/selected-color.cpp index 8c37ee7e0..846d50a5b 100644 --- a/src/ui/selected-color.cpp +++ b/src/ui/selected-color.cpp @@ -139,7 +139,6 @@ void SelectedColor::setHeld(bool held) { if (released) { signal_released.emit(); - signal_changed.emit(); } _updating = false; } |
