elm - theme - fix corner case of double-select on new radio styles

This commit is contained in:
Carsten Haitzler 2019-12-30 14:06:50 +00:00
parent 64d160da0a
commit d958f6907d
1 changed files with 0 additions and 6 deletions

View File

@ -543,9 +543,6 @@ group { name: "elm/radio/base/plain";
program { signal: "mouse,clicked,1"; source: "event";
action: SIGNAL_EMIT "elm,action,radio,toggle" "elm";
}
program { signal: "mouse,clicked,1"; source: "event";
action: SIGNAL_EMIT "elm,action,check,toggle" "elm";
}
program { signal: "elm,state,*,on"; source: "elm";
script {
new m = get_int(btmode);
@ -866,9 +863,6 @@ group { name: "elm/radio/base/icon";
program { signal: "mouse,clicked,1"; source: "event";
action: SIGNAL_EMIT "elm,action,radio,toggle" "elm";
}
program { signal: "mouse,clicked,1"; source: "event";
action: SIGNAL_EMIT "elm,action,check,toggle" "elm";
}
program { signal: "elm,state,*,on"; source: "elm";
script {
new m = get_int(btmode);