| 228 | //----------------------------------------------------------------------------- |
| 229 | |
| 230 | void GuiTSCtrl::onSleep() |
| 231 | { |
| 232 | Parent::onSleep(); |
| 233 | |
| 234 | AssertFatal( smAwakeTSCtrls.contains( this ), |
| 235 | "GuiTSCtrl::onSleep - This control is not in the awake list!" ); |
| 236 | smAwakeTSCtrls.remove( this ); |
| 237 | } |
| 238 | |
| 239 | //----------------------------------------------------------------------------- |
| 240 |