Skip to content

Commit 8a95328

Browse files
committed
remove debug output
1 parent cf81fd7 commit 8a95328

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/MainWindow.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1893,8 +1893,6 @@ void CMainWindow::ResizeChildWindows()
18931893
const int mainWidth = rect.right - rect.left;
18941894
const int btnMargin = CDPIAware::Instance().Scale(*this, 2);
18951895

1896-
OutputDebugString((L"ResizeChildWindows: " + std::to_wstring(treeWidth) + L" " + std::to_wstring(mainWidth) + L"\n").c_str());
1897-
18981896
HDWP hDwp = BeginDeferWindowPos(7);
18991897
DeferWindowPos(hDwp, m_statusBar, nullptr, rect.left, rect.bottom - m_statusBar.GetHeight(), mainWidth, m_statusBar.GetHeight(), flags);
19001898
DeferWindowPos(hDwp, m_tabBar, nullptr, treeWidth + rect.left, rect.top + m_ribbonHeight, mainWidth - treeWidth - (3 * (tabBtnWidth + btnMargin)) - btnMargin, rect.bottom - rect.top, flags);

0 commit comments

Comments
 (0)