mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
reorganize arguments
This commit is contained in:
parent
e8eaaa5f32
commit
abb9de617d
3 changed files with 16 additions and 16 deletions
|
|
@ -105,7 +105,7 @@ impl Request {
|
|||
if is_focused(e) {
|
||||
e.emit_activate()
|
||||
} else {
|
||||
i.borrow().dialog(&p, Some(e));
|
||||
i.borrow().dialog(e, &p);
|
||||
}
|
||||
}
|
||||
_ => panic!(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue