Skip to content

Commit

Permalink
hide id list on ega
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Nov 14, 2023
1 parent 3df4de8 commit 447daf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/RisohEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 447daf4

Please sign in to comment.