Re: winhlp32: Ensure Open dialog is modal
July 23, 2009
8:09 p.m.
Owen Rudge wrote:
When selecting the Open option in winhlp32, the window would not have an owner, and as such would not be modal. This patch passes the active window's hWnd to GetOpenFileName, partially fixing bug 19081.
--- programs/winhlp32/winhelp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
+ openfilename.hwndOwner = (Globals.active_win ? Globals.active_win->hMainWnd : 0);; --- Hi, Owen. Please change ";;" to ";".
6092
Age (days ago)
6092
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov