http://bugs.winehq.org/show_bug.cgi?id=41829 KRosUser <kyle.kcsoftwares@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle.kcsoftwares@gmail.com --- Comment #3 from KRosUser <kyle.kcsoftwares@gmail.com> --- Wine 11.3 is still affected with testing with Double Commander 0.8.2 The guilty component is comctl32 The faulty line of code is : https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/comctl32/tab.c#L2787 where /* Update and repaint tabs */ TAB_SetItemBounds(infoPtr); TAB_InvalidateTabArea(infoPtr); should be replaced by /* Update and repaint tabs */ TAB_SetItemBounds(infoPtr); InvalidateRect(infoPtr->hwnd, NULL, TRUE); -- 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.