Fix meter metric visibility on narrow strips - #7781
authorRobin Gareus <robin@gareus.org>
Sun, 4 Aug 2019 00:40:59 +0000 (02:40 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 4 Aug 2019 00:40:59 +0000 (02:40 +0200)
commitd9d96b181cf8f6c72ec364b4f2dfc8782edb0fe3
tree13724bc19942bcddeece3be6a0a0aa5e13131439
parent183d3fb4932b94378debea32f3114c9793bef567
Fix meter metric visibility on narrow strips - #7781

After session load, the meter numerics were always visible,
regardless of strip width.
MixerStrip::set_stuff_from_route() and MixerStrip::set_width_enum()
are called before Mixer UI is realized and calls show_all().
gtk2_ardour/gain_meter.cc