Skip to content

Commit 447daf4

Browse files
committed
hide id list on ega
1 parent 3df4de8 commit 447daf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/RisohEditor.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3861,6 +3861,9 @@ BOOL MMainWnd::OnSaveAs(HWND hwnd)
38613861

38623862
void MMainWnd::OnEga(HWND hwnd, LPCWSTR file)
38633863
{
3864+
// Hide ID list
3865+
ShowIDList(hwnd, FALSE);
3866+
38643867
// compile if necessary
38653868
if (!CompileIfNecessary(TRUE))
38663869
return;

0 commit comments

Comments
 (0)