| 622 | } |
| 623 | |
| 624 | void TextfileWindow::OnDropdownSelect(WidgetID widget, int index, int) |
| 625 | { |
| 626 | if (widget != WID_TF_JUMPLIST) return; |
| 627 | |
| 628 | this->ScrollToLine(index); |
| 629 | } |
| 630 | |
| 631 | extern bool CanContinueRealtimeTick(); |
| 632 |
nothing calls this directly
no test coverage detected