--------------------------------- EditorApp::OnActionPreferences On clicking the preferences button in the menu we show the SettingsDialog
| 284 | // On clicking the preferences button in the menu we show the SettingsDialog |
| 285 | // |
| 286 | void EditorApp::OnSaveEditorLayout() |
| 287 | { |
| 288 | ET_ASSERT(m_AppWindow != nullptr); |
| 289 | |
| 290 | m_AppWindow->SaveLayout(); |
| 291 | } |
| 292 | |
| 293 | //--------------------------------- |
| 294 | // EditorApp::OnActionQuit |
nothing calls this directly
no test coverage detected