| 453 | } |
| 454 | |
| 455 | void AColor::IndicatorColor(wxDC * dc, bool bIsNotRecording) |
| 456 | { |
| 457 | if (!inited) |
| 458 | Init(); |
| 459 | int index = (int) bIsNotRecording; |
| 460 | dc->SetPen(indicatorPen[index]); |
| 461 | dc->SetBrush(indicatorBrush[index]); |
| 462 | } |
| 463 | |
| 464 | void AColor::TrackFocusPen(wxDC * dc, int level) |
| 465 | { |