aboutsummaryrefslogtreecommitdiff
path: root/c/main.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-04-28 15:12:34 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-04-28 15:12:34 +0200
commit23eea8a9202d4c20eb9353907137bbc51e676e88 (patch)
tree3c18672acafd3740823c948e1ad5839e22951938 /c/main.c
parent00d22febd2c73f5ccb058ca2211294b1a1d99e9c (diff)
downloadEpisodeBrowser-23eea8a9202d4c20eb9353907137bbc51e676e88.tar.gz
Fix selection and update-related bugs.
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;
}