| 594 | } |
| 595 | |
| 596 | CRect CPatternEditor::GetInvalidatedRect() const |
| 597 | { |
| 598 | if (m_bHeaderInvalidated) |
| 599 | return GetActiveRect(); |
| 600 | else if (FTEnv.GetSettings()->Display.bRegisterState) // // // |
| 601 | return GetActiveRect(); |
| 602 | |
| 603 | return GetPatternRect(); |
| 604 | } |
| 605 | |
| 606 | void CPatternEditor::CalcLayout() |
| 607 | { |
no test coverage detected