Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
dbab3367
Commit
dbab3367
authored
Jun 04, 2010
by
Eric Pouech
Committed by
Alexandre Julliard
Jun 07, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winhelp: Don't close popup just after they are created.
parent
0865dc7c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
winhelp.c
programs/winhlp32/winhelp.c
+1
-2
No files found.
programs/winhlp32/winhelp.c
View file @
dbab3367
...
@@ -967,7 +967,7 @@ static BOOL WINHELP_CheckPopup(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam
...
@@ -967,7 +967,7 @@ static BOOL WINHELP_CheckPopup(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam
}
}
break
;
break
;
case
WM_ACTIVATE
:
case
WM_ACTIVATE
:
if
(
wParam
!=
WA_INACTIVE
||
(
HWND
)
lParam
==
Globals
.
active_win
->
hMainWnd
||
if
(
LOWORD
(
wParam
)
!=
WA_INACTIVE
||
(
HWND
)
lParam
==
Globals
.
active_win
->
hMainWnd
||
(
HWND
)
lParam
==
Globals
.
active_popup
->
hMainWnd
||
(
HWND
)
lParam
==
Globals
.
active_popup
->
hMainWnd
||
GetWindow
((
HWND
)
lParam
,
GW_OWNER
)
==
Globals
.
active_win
->
hMainWnd
)
GetWindow
((
HWND
)
lParam
,
GW_OWNER
)
==
Globals
.
active_win
->
hMainWnd
)
break
;
break
;
...
@@ -975,7 +975,6 @@ static BOOL WINHELP_CheckPopup(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam
...
@@ -975,7 +975,6 @@ static BOOL WINHELP_CheckPopup(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam
if
(
WINHELP_HandleTextMouse
(
Globals
.
active_popup
,
msg
,
lParam
))
if
(
WINHELP_HandleTextMouse
(
Globals
.
active_popup
,
msg
,
lParam
))
return
FALSE
;
return
FALSE
;
/* fall through */
/* fall through */
case
WM_LBUTTONUP
:
case
WM_MBUTTONDOWN
:
case
WM_MBUTTONDOWN
:
case
WM_RBUTTONDOWN
:
case
WM_RBUTTONDOWN
:
case
WM_NCLBUTTONDOWN
:
case
WM_NCLBUTTONDOWN
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment