13
0
Fork 0

L: add missing `show()`, amend 73c186070

This commit is contained in:
Robin Gareus 2024-05-13 20:19:17 +02:00
parent 73c1860704
commit 496f23c235
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 2 additions and 1 deletions

View File

@ -24,8 +24,9 @@ LiveTraxMeters::LiveTraxMeters ()
_meter_box.set_border_width (PX_SCALE (10));
_meter_box.set_spacing (PX_SCALE (10));
add (*container);
container->add (_meter_box);
container->show ();
add (*container);
Gtk::Viewport *vp = dynamic_cast<Gtk::Viewport*> (get_child());
vp->set_shadow_type(Gtk::SHADOW_NONE);