mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove extra getters
This commit is contained in:
parent
649d8f92f6
commit
3ce272cd70
7 changed files with 48 additions and 112 deletions
|
|
@ -137,12 +137,7 @@ impl Tab {
|
|||
.borrow_mut()
|
||||
.insert(item.id.clone(), item.clone());
|
||||
|
||||
item.page
|
||||
.navigation
|
||||
.request()
|
||||
.widget()
|
||||
.gobject()
|
||||
.grab_focus();
|
||||
item.page.navigation.request.widget.entry.grab_focus();
|
||||
|
||||
item
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue