mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename update action method
This commit is contained in:
parent
d63ba8f1ad
commit
c3df2818c6
7 changed files with 45 additions and 44 deletions
|
|
@ -74,9 +74,9 @@ void Main::tab_close_all()
|
|||
mainTab->close_all();
|
||||
};
|
||||
|
||||
void Main::tab_page_update()
|
||||
void Main::tab_page_navigation_update()
|
||||
{
|
||||
mainTab->page_update(
|
||||
mainTab->page_navigation_update(
|
||||
mainTab->get_current_page()
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue