MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / onPopupCancelApplySettings

Method onPopupCancelApplySettings

source/modes/SettingsWindow.cpp:569–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569bool 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
578bool SettingsWindow::onPopupApplySettings(const CEGUI::EventArgs&)
579{

Callers

nothing calls this directly

Calls 1

hideMethod · 0.80

Tested by

no test coverage detected