projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wm-policy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40d94ce
)
quickpanel: disable repeat events on indicator object.
74/67474/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Wed, 27 Apr 2016 00:25:44 +0000
(09:25 +0900)
committer
Seunghun Lee
<shiin.lee@samsung.com>
Wed, 27 Apr 2016 00:25:44 +0000
(09:25 +0900)
this need to be changable later according to indicator state of active windows.
Change-Id: Idff0e20b31c553b04be8e9995e018b915eb3dfca
src/services/e_mod_quickpanel.c
patch
|
blob
|
history
diff --git
a/src/services/e_mod_quickpanel.c
b/src/services/e_mod_quickpanel.c
index
334dbcb
..
6fef751
100644
(file)
--- a/
src/services/e_mod_quickpanel.c
+++ b/
src/services/e_mod_quickpanel.c
@@
-1007,7
+1007,7
@@
_quickpanel_indicator_object_new(Pol_Quickpanel *qp)
if (!indi_obj)
return NULL;
- evas_object_repeat_events_set(indi_obj, EINA_
TRU
E);
+ evas_object_repeat_events_set(indi_obj, EINA_
FALS
E);
/* FIXME: make me move to explicit layer something like POL_LAYER */
evas_object_layer_set(indi_obj, EVAS_LAYER_MAX - 1);