| 100 | } |
| 101 | |
| 102 | void TextFieldControl::notifyRootKeyChangeFocus(MyGUI::Widget* _sender, bool _focus) |
| 103 | { |
| 104 | if (!_focus && mMainWidget->getVisible()) |
| 105 | eventEndDialog(this, false); |
| 106 | } |
| 107 | |
| 108 | void TextFieldControl::setCoord(const MyGUI::IntCoord& _value) |
| 109 | { |
nothing calls this directly
no test coverage detected