mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Ensure selected cell in visible
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user