mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
delete extra move request
This commit is contained in:
parent
8059acd0e8
commit
c6d68e57b4
3 changed files with 3 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ impl Form {
|
|||
action_update.activate(None);
|
||||
});
|
||||
|
||||
text_view.connect_realize(move |this| {
|
||||
text_view.connect_realize(|this| {
|
||||
this.grab_focus();
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ impl Form {
|
|||
action_send.activate(None);
|
||||
});
|
||||
|
||||
password_entry_row.connect_realize(move |this| {
|
||||
password_entry_row.connect_realize(|this| {
|
||||
this.grab_focus();
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ impl Form {
|
|||
action_update.activate(None);
|
||||
});
|
||||
|
||||
text_view.connect_realize(move |this| {
|
||||
text_view.connect_realize(|this| {
|
||||
this.grab_focus();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue