diff --git a/src/RisohEditor.cpp b/src/RisohEditor.cpp index c658dbd9..f1ddb02a 100644 --- a/src/RisohEditor.cpp +++ b/src/RisohEditor.cpp @@ -3861,6 +3861,9 @@ BOOL MMainWnd::OnSaveAs(HWND hwnd) void MMainWnd::OnEga(HWND hwnd, LPCWSTR file) { + // Hide ID list + ShowIDList(hwnd, FALSE); + // compile if necessary if (!CompileIfNecessary(TRUE)) return;