[Bug 52123] Function Method Combobox closes instantly in Visual Assist X VC6

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jan 23 12:09:03 CST 2022


https://bugs.winehq.org/show_bug.cgi?id=52123

Ben Shefte <shefben at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|comctl32                    |user32

--- Comment #4 from Ben Shefte <shefben at gmail.com> ---
I think I found the culprit.

In user32 there is this line: 
/*If height of dropped rectangle gets beyond a screen size it should go up,
otherwise down.*/
   monitor = MonitorFromRect( &rect, MONITOR_DEFAULTTOPRIMARY );


And when I click the specific function list combo box, I get a stub fixme in
the terminal about getting monitor size.

Im going to try playing around with this and see if I can fix it.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list