aboutsummaryrefslogtreecommitdiff
path: root/c/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/main.c')
-rw-r--r--c/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/main.c b/c/main.c
index dc18a4f..c4482c5 100644
--- a/c/main.c
+++ b/c/main.c
@@ -363,6 +363,7 @@ WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
case IDM_RATE0:
ElvRedraw();
ElvDoSort();
+ ElvShowFocus();
}
b: break;
}