From 43de59ee74775c20597182b8fe171f653f1f76d8 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 9 Nov 2005 19:47:51 +0000 Subject: Remember the pieces bar size when you exit the program. git-svn-id: http://svn.leocad.org/trunk@439 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- win/Mainfrm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win/Mainfrm.cpp') diff --git a/win/Mainfrm.cpp b/win/Mainfrm.cpp index 1f487bd..83579b6 100644 --- a/win/Mainfrm.cpp +++ b/win/Mainfrm.cpp @@ -227,8 +227,8 @@ int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) // members. If you need to change them later, don't forget to call // RecalcLayout() or DelayRecalcLayout() after you set the size. // You can use this technique to load/save the size of the control bar. - m_wndPiecesBar.m_sizeVert = CSize(226, -1); // y size ignored (stretched) - m_wndPiecesBar.m_sizeFloat = CSize(226, 270); +// m_wndPiecesBar.m_sizeVert = CSize(226, -1); // y size ignored (stretched) +// m_wndPiecesBar.m_sizeFloat = CSize(226, 270); m_wndPiecesBar.SetBarStyle(m_wndPiecesBar.GetBarStyle() | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC); m_wndPiecesBar.EnableDocking(CBRS_ALIGN_LEFT|CBRS_ALIGN_RIGHT); -- cgit v1.2.3