| 2251 | //----------------------------------------------------------------------------- |
| 2252 | |
| 2253 | void GuiControl::onLoseFirstResponder() |
| 2254 | { |
| 2255 | // Since many controls have visual cues when they are the firstResponder... |
| 2256 | setUpdate(); |
| 2257 | |
| 2258 | onLoseFirstResponder_callback(); |
| 2259 | } |
| 2260 | |
| 2261 | //----------------------------------------------------------------------------- |
| 2262 |