Skip to content

Commit

Permalink
more tab logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Oct 18, 2023
1 parent fa2d889 commit 3206d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wingui/WinGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3832,7 +3832,7 @@ LRESULT TabsCtrl::WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) {
SetCapture(hwnd);
}
}
if (gLogTabs) {
if (gLogTabs || (tabHighlighted == -1)) {
logfa(
"TabsCtrl::WndProc: WM_LBUTTONDOWN, tabUnderMouse: %d, tabHighlited: %d, tabBeingClosed: %d, "
"overClose: %d\n",
Expand Down

0 comments on commit 3206d07

Please sign in to comment.