| 483 | } |
| 484 | |
| 485 | void HyperTextBox::OnTextLostFocus(Widget* _sender, Widget* _new) |
| 486 | { |
| 487 | size_t count = _sender->getChildCount(); |
| 488 | if (count > 0) |
| 489 | _sender->getChildAt(0)->setVisible(false); |
| 490 | } |
| 491 | |
| 492 | void HyperTextBox::OnTextSetFocus(Widget* _sender, Widget* _old) |
| 493 | { |
nothing calls this directly
no test coverage detected