mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
NO-OP indentation fix
This commit is contained in:
parent
522fac3012
commit
d0ac7b8026
1 changed files with 1 additions and 1 deletions
|
|
@ -1751,7 +1751,7 @@ AudioRegionView::set_fade_visibility (bool yn)
|
||||||
if (end_xfade_curve) { end_xfade_curve->show (); }
|
if (end_xfade_curve) { end_xfade_curve->show (); }
|
||||||
if (start_xfade_rect) { start_xfade_rect->show (); }
|
if (start_xfade_rect) { start_xfade_rect->show (); }
|
||||||
if (end_xfade_rect) { end_xfade_rect->show (); }
|
if (end_xfade_rect) { end_xfade_rect->show (); }
|
||||||
} else {
|
} else {
|
||||||
if (start_xfade_curve) { start_xfade_curve->hide(); }
|
if (start_xfade_curve) { start_xfade_curve->hide(); }
|
||||||
if (end_xfade_curve) { end_xfade_curve->hide(); }
|
if (end_xfade_curve) { end_xfade_curve->hide(); }
|
||||||
if (fade_in_handle) { fade_in_handle->hide(); }
|
if (fade_in_handle) { fade_in_handle->hide(); }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue