mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 08:39:46 +02:00
Bug2082: collapse, append-record, expand should restore track height
This commit is contained in:
parent
4762136f16
commit
629678525c
@ -1236,7 +1236,7 @@ void TrackList::UpdatePendingTracks()
|
||||
if (updater)
|
||||
updater( *pendingTrack, *src );
|
||||
pendingTrack->DoSetY(src->GetY());
|
||||
pendingTrack->DoSetHeight(src->GetHeight());
|
||||
pendingTrack->DoSetHeight(src->GetActualHeight());
|
||||
pendingTrack->DoSetMinimized(src->GetMinimized());
|
||||
pendingTrack->DoSetLinked(src->GetLinked());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user