L: add missing show()
, amend 73c186070
This commit is contained in:
parent
73c1860704
commit
496f23c235
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user