From 6881eca9121e88a82ec6511b65b3318f3ee9b5db Mon Sep 17 00:00:00 2001 From: sdottaka Date: Mon, 1 Sep 2014 21:11:41 +0900 Subject: [PATCH] ChildFrm.cpp: Resizing window made the hidden status bar visible again --HG-- branch : stable --- Src/ChildFrm.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Src/ChildFrm.cpp b/Src/ChildFrm.cpp index 232152b83..d5c3126da 100644 --- a/Src/ChildFrm.cpp +++ b/Src/ChildFrm.cpp @@ -582,9 +582,6 @@ void CChildFrame::UpdateHeaderSizes() if(IsWindowVisible()) { - m_wndFilePathBar.ShowWindow(m_wndSplitter.GetPane(0, 0)->IsWindowVisible()); - m_wndStatusBar.ShowWindow(m_wndSplitter.GetPane(0, 0)->IsWindowVisible()); - int w[3],wmin; int pane; if (m_wndSplitter.GetColumnCount() > 1) -- 2.11.0