mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 22:28:57 +02:00
fix the previous
This commit is contained in:
parent
967e1fcf02
commit
94d8c2cff7
@ -4033,7 +4033,7 @@ bool AudacityProject::Save(bool overwrite /* = true */ ,
|
||||
pRightTrack = NULL;
|
||||
|
||||
auto cleanup = finally( [&] {
|
||||
if (wasSelected) {
|
||||
if (!wasSelected) {
|
||||
pTrack->SetSelected(false);
|
||||
if (pRightTrack)
|
||||
pRightTrack->SetSelected(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user