remove extra refresh

This commit is contained in:
yggverse 2024-08-27 15:55:55 +03:00
parent 6823052b52
commit c3f84a05a2

View File

@ -15,10 +15,6 @@ Tab::Tab()
signal_switch_page().connect(
[this](Gtk::Widget * pageWidget, guint page_number)
{
refresh(
page_number
);
// Refresh window elements, e.g. tab label to header bar
activate_action(
"win.refresh"