Re: winhlp32: Ensure Open dialog is modal
23 Jul
2009
23 Jul
'09
9: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 ";".
6076
Age (days ago)
6076
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov