Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankueng committed Nov 13, 2024
1 parent cf81fd7 commit 8a95328
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1893,8 +1893,6 @@ void CMainWindow::ResizeChildWindows()
const int mainWidth = rect.right - rect.left;
const int btnMargin = CDPIAware::Instance().Scale(*this, 2);

OutputDebugString((L"ResizeChildWindows: " + std::to_wstring(treeWidth) + L" " + std::to_wstring(mainWidth) + L"\n").c_str());

HDWP hDwp = BeginDeferWindowPos(7);
DeferWindowPos(hDwp, m_statusBar, nullptr, rect.left, rect.bottom - m_statusBar.GetHeight(), mainWidth, m_statusBar.GetHeight(), flags);
DeferWindowPos(hDwp, m_tabBar, nullptr, treeWidth + rect.left, rect.top + m_ribbonHeight, mainWidth - treeWidth - (3 * (tabBtnWidth + btnMargin)) - btnMargin, rect.bottom - rect.top, flags);
Expand Down

0 comments on commit 8a95328

Please sign in to comment.