| 279 | } |
| 280 | |
| 281 | void GameEditorModeBase::refreshChatDisplay() |
| 282 | { |
| 283 | CEGUI::Window* chatTextBox = mRootWindow->getChild("GameChatWindow/GameChatText"); |
| 284 | if(mChatMessageBoxDisplay == ChatMessageBoxDisplay::hide) |
| 285 | chatTextBox->hide(); |
| 286 | else |
| 287 | chatTextBox->show(); |
| 288 | } |
| 289 | |
| 290 | void GameEditorModeBase::syncTabButtonTooltips(const CEGUI::String& tabControlName) |
| 291 | { |