MCPcopy Create free account
hub / github.com/audacity/audacity / OnTrackFocusChange

Method OnTrackFocusChange

src/TrackPanel.cpp:1581–1587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1579}
1580
1581void TrackPanel::OnTrackFocusChange(TrackFocusChangeMessage message)
1582{
1583 if (message.focusPanel)
1584 SetFocus();
1585 if (auto cell = GetFocusedCell())
1586 Refresh(false);
1587}

Callers

nothing calls this directly

Calls 1

SetFocusFunction · 0.85

Tested by

no test coverage detected