diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-03-05 19:31:49 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-03-05 19:31:49 +0300 |
| commit | 6ad14a8809b7f82930d0307f67c17c3ed6fa47df (patch) | |
| tree | ace8d38c3f034ddb61f5b164ca4d4c2dff22fe73 | |
| parent | 0f33881cd257910f73b550112f35cd50061325c2 (diff) | |
enough
| -rw-r--r-- | plugins/Clist_modern/src/modern_clc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp index a0627e6f14..bb5f40c834 100644 --- a/plugins/Clist_modern/src/modern_clc.cpp +++ b/plugins/Clist_modern/src/modern_clc.cpp @@ -662,7 +662,7 @@ static LRESULT clcOnTimer(ClcData *dat, HWND hwnd, UINT msg, WPARAM wParam, LPAR static LRESULT clcOnActivate(ClcData *dat, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
{
- TRACE("clcOnActivate\n");
+ // TRACE("clcOnActivate\n");
if (dat->bCompactMode) {
cliRecalcScrollBar(hwnd, dat);
if (dat->hwndRenameEdit == nullptr)
|
