Amend 4f41367836
: fix show/hide latency label
This commit is contained in:
parent
cd5f70e69a
commit
68f237169f
@ -239,11 +239,13 @@ ARDOUR_UI::repack_transport_hbox ()
|
||||
if (show_pdc) {
|
||||
latency_disable_button.show ();
|
||||
route_latency_value.show ();
|
||||
io_latency_label.show ();
|
||||
io_latency_value.show ();
|
||||
latency_spacer.show ();
|
||||
} else {
|
||||
latency_disable_button.hide ();
|
||||
route_latency_value.hide ();
|
||||
io_latency_label.hide ();
|
||||
io_latency_value.hide ();
|
||||
latency_spacer.hide ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user