Browse Source

enshort arguments template

CPP-GTK4
yggverse 2 months ago
parent
commit
043167fbfd
  1. 2
      src/app/browser/main/tab.cpp

2
src/app/browser/main/tab.cpp

@ -13,7 +13,7 @@ Tab::Tab()
// Init events // Init events
signal_switch_page().connect( signal_switch_page().connect(
[this](Gtk::Widget * pageWidget, guint page_number) [this](Gtk::Widget*, guint)
{ {
// Refresh window elements, e.g. tab label to header bar // Refresh window elements, e.g. tab label to header bar
activate_action( activate_action(

Loading…
Cancel
Save