https://bugs.winehq.org/show_bug.cgi?id=27584
Thomas Faller tfaller1@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tfaller1@gmx.de
--- Comment #8 from Thomas Faller tfaller1@gmx.de --- There is no pixel missing. The position of the baseline is wrong because bottom and top are swapped:
From the exampel source:
... void onPaintBroken(HDC hdc) ... r.bottom = 115+110; r.top = 115+110 + 1; ...
Windows does not care about this, wine does. All is correct if I swap bottom and top.