| 654 | } |
| 655 | |
| 656 | void OnPaint() override |
| 657 | { |
| 658 | if (_savegame_sort_dirty) { |
| 659 | _savegame_sort_dirty = false; |
| 660 | SortSaveGameList(this->fios_items); |
| 661 | this->OnInvalidateData(SLIWD_FILTER_CHANGES); |
| 662 | } |
| 663 | |
| 664 | this->DrawWidgets(); |
| 665 | } |
| 666 | |
| 667 | void OnClick([[maybe_unused]] Point pt, WidgetID widget, [[maybe_unused]] int click_count) override |
| 668 | { |
nothing calls this directly
no test coverage detected