mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Fix failures to repaint track focus border caused by 25f4d6c
This commit is contained in:
@@ -893,6 +893,7 @@ void CellularPanel::DoContextMenu( TrackPanelCell *pCell )
|
||||
void CellularPanel::OnSetFocus(wxFocusEvent &event)
|
||||
{
|
||||
SetFocusedCell();
|
||||
Refresh( false);
|
||||
}
|
||||
|
||||
void CellularPanel::OnKillFocus(wxFocusEvent & WXUNUSED(event))
|
||||
|
Reference in New Issue
Block a user