| 438 | } |
| 439 | |
| 440 | void CParameterApp::SetDockListFovoriteShowToolBar(bool bEnable) |
| 441 | { |
| 442 | if(m_bDockListFavoriteShowToolBar == bEnable) |
| 443 | return; |
| 444 | m_bDockListFavoriteShowToolBar = bEnable; |
| 445 | SetModified(true); |
| 446 | } |
| 447 | |
| 448 | bool CParameterApp::GetKeepSplitViewWhenFullScreen() const |
| 449 | { |