mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
fix new tab button action
This commit is contained in:
parent
eb1f3baf13
commit
bf6287ae72
3 changed files with 24 additions and 7 deletions
|
|
@ -42,7 +42,9 @@ Header::Header(
|
|||
* headerMenu
|
||||
);
|
||||
|
||||
headerTab = Gtk::make_managed<header::Tab>();
|
||||
headerTab = Gtk::make_managed<header::Tab>(
|
||||
ACTION__TAB_APPEND
|
||||
);
|
||||
|
||||
pack_start(
|
||||
* headerTab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue