https://bugs.winehq.org/show_bug.cgi?id=56864
Bug ID: 56864 Summary: Comctl32 tooltip showing tofu blocks instead of TABS Product: Wine Version: 9.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: kyle.kcsoftwares@gmail.com Distribution: ---
Created attachment 76667 --> https://bugs.winehq.org/attachment.cgi?id=76667 ToitoiseIDiff
Ubuntu / Win 9.11
Launch ToroiseIDiff Tooltip shows "tofu blocks" while tabs are expected
https://bugs.winehq.org/show_bug.cgi?id=56864
--- Comment #1 from KRosUser kyle.kcsoftwares@gmail.com --- Was initially reported in https://jira.reactos.org/browse/CORE-13651 The fix was committed here : https://github.com/reactos/reactos/commit/710df1361ccf3d13e4ced3251ffa9ea939...
It is required to add DT_EXPANDTABS in TOOLTIPS_Refresh and TOOLTIPS_CalcTipSize before calls to DrawTextW
https://bugs.winehq.org/show_bug.cgi?id=56864
--- Comment #2 from KRosUser kyle.kcsoftwares@gmail.com --- Guilty code lines : https://github.com/wine-mirror/wine/blob/master/dlls/comctl32/tooltips.c#L33... https://github.com/wine-mirror/wine/blob/master/dlls/comctl32/tooltips.c#L55...
https://bugs.winehq.org/show_bug.cgi?id=56864
KRosUser kyle.kcsoftwares@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu