mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 15:16:25 +01:00
make sure that marker lane doesn't show up by default just because its parent container calls show_all()
This fixes the erroneous display of the marker lane header buttons when the marker lane is disabled at startup
This commit is contained in:
parent
ea17268558
commit
161719b553
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@
|
||||||
<EventBox height="1"
|
<EventBox height="1"
|
||||||
bgnormal="#424242"/>
|
bgnormal="#424242"/>
|
||||||
<EventBox bgnormal="#6C6C6C">
|
<EventBox bgnormal="#6C6C6C">
|
||||||
<HBox id="marker_lane_hbox">
|
<HBox id="marker_lane_hbox" noshowall="true">
|
||||||
<Icon source="marker_label.png"/>
|
<Icon source="marker_label.png"/>
|
||||||
<EventBox width="1"
|
<EventBox width="1"
|
||||||
bgnormal="#424242"/>
|
bgnormal="#424242"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue