| 567 | } |
| 568 | |
| 569 | bool SettingsWindow::onPopupCancelApplySettings(const CEGUI::EventArgs&) |
| 570 | { |
| 571 | mApplyWindow->hide(); |
| 572 | mApplyWindow->setModalState(false); |
| 573 | // Restore main settings window modal state |
| 574 | mSettingsWindow->setModalState(true); |
| 575 | return true; |
| 576 | } |
| 577 | |
| 578 | bool SettingsWindow::onPopupApplySettings(const CEGUI::EventArgs&) |
| 579 | { |