[Bug 41829] New: Double Commander error rendering TabControl
https://bugs.winehq.org/show_bug.cgi?id=41829 Bug ID: 41829 Summary: Double Commander error rendering TabControl Product: Wine Version: 1.9.23 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs(a)winehq.org Reporter: james.tabor(a)reactos.org Distribution: --- Created attachment 56246 --> https://bugs.winehq.org/attachment.cgi?id=56246 tab control does not refresh. Running Double Commander 0.7.5 for testing and tab control does not refresh. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41829 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|user32 |-unknown -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41829 James Tabor <james.tabor(a)reactos.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |james.tabor(a)reactos.org -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41829 James Tabor <james.tabor(a)reactos.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Slackware -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41829 --- Comment #1 from James Tabor <james.tabor(a)reactos.org> --- Created attachment 56495 --> https://bugs.winehq.org/attachment.cgi?id=56495 Anothe look with longer names. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41829 James Tabor <james.tabor(a)reactos.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #56495|Anothe look with longer |Another look with longer description|names. |names. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=41829 --- Comment #2 from James Tabor <james.tabor(a)reactos.org> --- Created attachment 57380 --> https://bugs.winehq.org/attachment.cgi?id=57380 Explorer++ has this issue too. -- 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.
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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla