https://bugs.winehq.org/show_bug.cgi?id=52123
Ben Shefte shefben@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|comctl32 |user32
--- Comment #4 from Ben Shefte shefben@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.