| 583 | } |
| 584 | |
| 585 | void CUIStatic::OnFocusLost() |
| 586 | { |
| 587 | inherited::OnFocusLost(); |
| 588 | if (GetMessageTarget()) |
| 589 | GetMessageTarget()->SendMessage(this, STATIC_FOCUS_LOST, NULL); |
| 590 | } |
| 591 | |
| 592 | void CUIStatic::AdjustHeightToText() |
| 593 | { |
nothing calls this directly
no test coverage detected