mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
require page number argument
This commit is contained in:
parent
03764ce599
commit
ebd2b843a4
@ -44,13 +44,15 @@ void Main::tab_append()
|
|||||||
|
|
||||||
void Main::tab_update()
|
void Main::tab_update()
|
||||||
{
|
{
|
||||||
tab->update();
|
tab->update(
|
||||||
|
tab->get_current_page()
|
||||||
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
void Main::tab_close()
|
void Main::tab_close()
|
||||||
{
|
{
|
||||||
tab->close(
|
tab->close(
|
||||||
tab->get_current_page() // active
|
tab->get_current_page()
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user