Skip to content

Commit

Permalink
Show hwndFormatSelect before making it active
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjustice committed Apr 27, 2018
1 parent dcc01e3 commit a52df7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wfcomman.c
Original file line number Diff line number Diff line change
Expand Up @@ -1633,6 +1633,7 @@ AppCommandProc(register DWORD id)
}
else
{
ShowWindow(hwndFormatSelect, SW_SHOW);
SetActiveWindow(hwndFormatSelect);
}

Expand Down

0 comments on commit a52df7f

Please sign in to comment.