Combos work now, fix popup placement, move burn image gui stuff into its own file.
This commit is contained in:
@ -106,6 +106,13 @@ group {
|
||||
after: "focus_set";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "signal_emit";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "clicked" "ecdb";
|
||||
source: "*";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "focus_in,ecdb";
|
||||
action: STATE_SET "focused" 0.0;
|
||||
|
Reference in New Issue
Block a user