mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-26 19:14:13 +00:00
delete extra move
request
This commit is contained in:
parent
8059acd0e8
commit
c6d68e57b4
@ -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…
x
Reference in New Issue
Block a user