mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix argument delegation
This commit is contained in:
parent
dc1f9f83bd
commit
ac5a878fdf
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue