diff --git a/legacy/elementary/data/themes/widgets/ctxpopup.edc b/legacy/elementary/data/themes/widgets/ctxpopup.edc index 053692dc5e..e28e58e4bf 100644 --- a/legacy/elementary/data/themes/widgets/ctxpopup.edc +++ b/legacy/elementary/data/themes/widgets/ctxpopup.edc @@ -496,7 +496,6 @@ group { type: RECT; mouse_events: 1; repeat_events: 1; - ignore_flags: ON_HOLD; description { state: "default" 0.0; color: 255 255 255 0; } @@ -540,7 +539,7 @@ group { programs { program { name: "item_unclick"; - signal: "mouse,up,1"; + signal: "mouse,clicked,1"; source: "over1"; action: SIGNAL_EMIT "elm,action,click" ""; } @@ -640,7 +639,6 @@ group { type: RECT; mouse_events: 1; repeat_events: 1; - ignore_flags: ON_HOLD; description { state: "default" 0.0; color: 255 255 255 0; } @@ -684,7 +682,7 @@ group { programs { program { name: "item_unclick"; - signal: "mouse,up,1"; + signal: "mouse,clicked,1"; source: "over1"; action: SIGNAL_EMIT "elm,action,click" ""; }