mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-16 06:03:49 +01:00
Bug1933: commit 2c28af05e8 needs null checks
This commit is contained in:
@@ -1072,7 +1072,7 @@ void TrackPanel::OnMouseEvent(wxMouseEvent & event)
|
||||
const auto foundCell = FindCell(event.m_x, event.m_y);
|
||||
const auto t = FindTrack( foundCell.pCell.get() );
|
||||
if ( t )
|
||||
EnsureVisible(t.get());
|
||||
EnsureVisible(t.get());
|
||||
} );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user