---------------------------------------------------------------------------
| 1358 | } |
| 1359 | //--------------------------------------------------------------------------- |
| 1360 | void TMainForm::ApplyFilter(void) |
| 1361 | { |
| 1362 | MessMatchLabel->Caption = MessMatch.GetDescription(); |
| 1363 | MessMatchLabel->Update(); |
| 1364 | ClearFilterButton2->Visible = ! MessMatch.IsAllMatch(); |
| 1365 | RedrawProto(); |
| 1366 | } |
| 1367 | //--------------------------------------------------------------------------- |
| 1368 | void __fastcall TMainForm::aHideBarsExecute(TObject *Sender) |
| 1369 | { |
nothing calls this directly
no test coverage detected