Save split screen settings in 'Resizable' mode
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8163 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 685683370c7646d417d5a9807fae2de87805931e Former-commit-id: beed1a5d17ef2c54bf2b200496222f8bf7daf9e6
This commit is contained in:
parent
d9dfaa0070
commit
38adc33778
1 changed files with 3 additions and 2 deletions
|
@ -176,13 +176,14 @@ void DisplayMenu::onAccept(void *pDisplayMenu)
|
|||
|
||||
pMenu->storeWindowSettings();
|
||||
|
||||
// Save some settings to graph.xml
|
||||
pMenu->storeGraphicSettings();
|
||||
|
||||
if (pMenu->_eDisplayMode != eResizable)
|
||||
{
|
||||
// Save some settings to screen.xml
|
||||
pMenu->storeSettings();
|
||||
|
||||
// Save some settings to graph.xml
|
||||
pMenu->storeGraphicSettings();
|
||||
}
|
||||
|
||||
if(pMenu->restartNeeded())
|
||||
|
|
Loading…
Reference in a new issue