mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
remove extra getters
This commit is contained in:
parent
3ce272cd70
commit
0af69d99f6
56 changed files with 240 additions and 710 deletions
|
|
@ -42,7 +42,7 @@ impl Widget {
|
|||
|
||||
// Connect events
|
||||
entry.connect_changed(move |_| {
|
||||
action.0.update().activate(None);
|
||||
action.0.update.activate(None);
|
||||
});
|
||||
|
||||
entry.connect_activate(move |this| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue