| 1579 | } |
| 1580 | |
| 1581 | void TrackPanel::OnTrackFocusChange(TrackFocusChangeMessage message) |
| 1582 | { |
| 1583 | if (message.focusPanel) |
| 1584 | SetFocus(); |
| 1585 | if (auto cell = GetFocusedCell()) |
| 1586 | Refresh(false); |
| 1587 | } |
nothing calls this directly
no test coverage detected