| 451 | } |
| 452 | |
| 453 | void CParameterApp::SetKeepSplitViewWhenFullScreen(bool newKeepSplitViewWhenFullScreen) |
| 454 | { |
| 455 | if(m_bKeepSplitViewWhenFullScreen == newKeepSplitViewWhenFullScreen) |
| 456 | return; |
| 457 | m_bKeepSplitViewWhenFullScreen = newKeepSplitViewWhenFullScreen; |
| 458 | SetModified(true); |
| 459 | } |
| 460 | |
| 461 | bool CParameterApp::GetStartByType() const |
| 462 | { |