refresh page elements on tab refresh

This commit is contained in:
yggverse 2024-08-27 15:14:20 +03:00
parent d7d95aefad
commit df8f249f1c

View File

@ -152,5 +152,6 @@ void Tab::refresh(
tabPage->get_title() tabPage->get_title()
); );
// @TODO delegate refresh action to child level widgets (on available) // Refresh children widgets
tabPage->refresh();
} }