mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
fix init browser container
This commit is contained in:
parent
45268c6e35
commit
8fd7e1eec1
3 changed files with 27 additions and 9 deletions
|
|
@ -14,13 +14,7 @@ namespace app
|
|||
Container::SPACING
|
||||
);
|
||||
|
||||
gtk_widget_show(
|
||||
GTK_WIDGET(
|
||||
this->gtk
|
||||
)
|
||||
);
|
||||
|
||||
// Init tab
|
||||
// Init tabs component
|
||||
this->tab = new container::Tab(
|
||||
this
|
||||
);
|
||||
|
|
@ -30,7 +24,14 @@ namespace app
|
|||
this->gtk
|
||||
),
|
||||
GTK_WIDGET(
|
||||
this->tab
|
||||
this->tab->gtk
|
||||
)
|
||||
);
|
||||
|
||||
// Render
|
||||
gtk_widget_show(
|
||||
GTK_WIDGET(
|
||||
this->gtk
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue