diff options
author | Ryuan Choi <ryuan.choi@gmail.com> | 2013-06-11 11:13:24 +0900 |
---|---|---|
committer | Ryuan Choi <ryuan.choi@gmail.com> | 2013-06-11 12:22:08 +0900 |
commit | b25834147b46260666688ea402a1f087c31cbf22 (patch) | |
tree | 7daa1619b9bd4d4f9e61071fac8c55e1b2144a5f /NEWS | |
parent | f6f900b98cfc8365b88b18bc67d69b8ad98fcd95 (diff) | |
download | elementary-b25834147b46260666688ea402a1f087c31cbf22.tar.gz |
colorselector: Do not send "changed" signal twice when pressed color bar
Regardless of color selector mode, mouse down captured color.
This patch moves callbacks related to picker mode to _start_grab_pick_cb.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -242,6 +242,7 @@ Fixes: * Fix navifame to recover the focus for the prev page when top item is deleted. * Up/down step of hour decimal of elm_clock is changed to 12 not to touch hour unit at editing mode. * Remove the keyboard area in the conformant if the keyboard state is off. + * Fix colorselector send "changed" signal twice when pressed color bar. Removals: |