mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Remove TrackPanel::EnsureVisible; TrackList sends an event instead
This commit is contained in:
@@ -704,8 +704,7 @@ wxAccStatus TrackPanelAx::Select(int childId, wxAccSelectionFlags selectFlags)
|
||||
Track* t = FindTrack(childId).get();
|
||||
if (t) {
|
||||
mTrackPanel->SetFocusedTrack(t);
|
||||
mTrackPanel->EnsureVisible(t);
|
||||
mTrackPanel->MakeParentModifyState(false);
|
||||
t->EnsureVisible( true );
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user