mirror of
https://github.com/reactos/wine.git
synced 2025-04-04 00:51:40 +00:00
winhelp: Fix popup window style.
This commit is contained in:
parent
859bf44c33
commit
cd20e11f4a
@ -214,7 +214,7 @@ static HLPFILE_WINDOWINFO* WINHELP_GetPopupWindowInfo(HLPFILE* hlpfile, HWND
|
||||
wi.origin.x = max(wi.origin.x, 0);
|
||||
|
||||
wi.style = SW_SHOW;
|
||||
wi.win_style = WS_POPUPWINDOW;
|
||||
wi.win_style = WS_POPUP | WS_BORDER;
|
||||
wi.sr_color = wi.sr_color = 0xFFFFFF;
|
||||
|
||||
return &wi;
|
||||
|
Loading…
x
Reference in New Issue
Block a user