diff options
author | WooHyun Jung <woohyun0705@gmail.com> | 2012-12-07 10:54:04 +0000 |
---|---|---|
committer | WooHyun Jung <woohyun0705@gmail.com> | 2012-12-07 10:54:04 +0000 |
commit | 4915ab49eb56e00ea06b1683578815a5213bba1d (patch) | |
tree | 1dda8acc5cad2a566e083bc75904bbfa85566e61 /NEWS | |
parent | 8bd9f49833cd392cf9d589ddb8bf87a3f17eb724 (diff) |
[elementary/multibutton_entry] Fix focus problem in multibuttonentry.
Entry can get focus only when multibuttonentry is focused.
SVN revision: 80433
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ Fixes: | |||
85 | have resized, it wouldn't be showed up. | 85 | have resized, it wouldn't be showed up. |
86 | * Safer call to mkstemp in elm_cnp. | 86 | * Safer call to mkstemp in elm_cnp. |
87 | * Simplify test in elm_entry_text_set. | 87 | * Simplify test in elm_entry_text_set. |
88 | * Fix focus problem in multibuttonentry. Entry can get focus only when multibuttonentry is focused. | ||
88 | 89 | ||
89 | Removals: | 90 | Removals: |
90 | 91 | ||