summaryrefslogtreecommitdiff
path: root/src/mir_app
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-01-16 17:00:22 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-01-16 17:00:22 +0300
commitde6bed3b8c62dcb0581b4271a75a00baa9ee639b (patch)
tree17ce6706b04f381e49ac6407746d1b395014ecc5 /src/mir_app
parent282f66c181a7413fb018eafe5c4aa8a7177259a2 (diff)
code cleaning
Diffstat (limited to 'src/mir_app')
-rw-r--r--src/mir_app/src/clui.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mir_app/src/clui.cpp b/src/mir_app/src/clui.cpp
index 0eb4596e70..4925c04e42 100644
--- a/src/mir_app/src/clui.cpp
+++ b/src/mir_app/src/clui.cpp
@@ -793,8 +793,9 @@ LRESULT CALLBACK fnContactListWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM
}
SetWindowPos(hwnd, nullptr, rcWindow.left, rcWindow.top, rcWindow.right - rcWindow.left, rcWindow.bottom - rcWindow.top,
SWP_NOZORDER | SWP_NOACTIVATE);
- break;
}
+ break;
+
case NM_CLICK:
{
uint32_t hitFlags;