mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove testing data
This commit is contained in:
parent
4370d1d971
commit
9b94304756
2 changed files with 10 additions and 19 deletions
|
|
@ -90,7 +90,7 @@ impl Tab {
|
|||
self.index.borrow_mut().insert(item.id(), item.clone());
|
||||
|
||||
// Append new page
|
||||
self.widget.gobject().add_page(item.gobject(), None);
|
||||
self.widget.append(item.gobject());
|
||||
|
||||
item.page_navigation_request_grab_focus(); // @TODO
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue