mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-10 18:34:14 +00:00
fix argument delegation
This commit is contained in:
parent
dc1f9f83bd
commit
ac5a878fdf
@ -23,7 +23,7 @@ impl Tab {
|
|||||||
self.widget.append(
|
self.widget.append(
|
||||||
label::Label::new().widget().gtk(),
|
label::Label::new().widget().gtk(),
|
||||||
page::Page::new().widget().gtk(),
|
page::Page::new().widget().gtk(),
|
||||||
true,
|
current,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user