1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01:00

Ensure selected cell in visible

This commit is contained in:
Leland Lucius
2021-01-27 10:03:33 -06:00
parent 058023f978
commit 3e8e5aa1f5

View File

@@ -532,6 +532,8 @@ void Grid::OnSelectCell(wxGridEvent &event)
{
event.Skip();
MakeCellVisible(event.GetRow(), event.GetCol());
#if wxUSE_ACCESSIBILITY
mAx->SetCurrentCell(event.GetRow(), event.GetCol());
#endif