mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
change page update logic
This commit is contained in:
parent
ab6f0cca3a
commit
88e422e225
3 changed files with 82 additions and 94 deletions
|
|
@ -156,12 +156,7 @@ void Tab::update(
|
|||
);
|
||||
|
||||
// Update tab page component
|
||||
TAB_PAGE->update(
|
||||
TAB_PAGE->get_mime(),
|
||||
TAB_PAGE->get_title(),
|
||||
TAB_PAGE->get_description(),
|
||||
TAB_PAGE->get_progress_fraction()
|
||||
); // just action delegate @TODO
|
||||
TAB_PAGE->update();
|
||||
|
||||
// Update tab label component
|
||||
get_tabLabel(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue