[Bug 48238] New: wrong display minimized windows

WineHQ Bugzilla wine-bugs at winehq.org
Sat Dec 7 06:14:30 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=48238

            Bug ID: 48238
           Summary: wrong display minimized windows
           Product: Wine
           Version: unspecified
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: user32
          Assignee: wine-bugs at winehq.org
          Reporter: disinbox at gmail.com
      Distribution: ---

Icons of minimized windows are not displayed. Window titles displayed instead
(which is wrong, it is no need in displaying titles for this windows)

This wrong minimized windows display behaivior affect Quik financial
application since wine-4.3 (wine-4.2 and earlier was correct)

Bisecting with git i have found two wrong commits:

commit added unneded title bars:

commit 3765b3307e772abf2430fe8e975ec5e72fc3d1f1
Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Tue Feb 19 12:17:42 2019 -0600

    user32: Paint title bars for minimized windows.

    Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

 dlls/user32/nonclient.c | 34 ++++++++++------------------------
 1 file changed, 10 insertions(+), 24 deletions(-)

commit erased background of icons of minimized windows:

commit ed0eaecf178a811a83b70c79891a98eedcfe0291
Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Tue Feb 19 12:17:37 2019 -0600

    user32: Correctly calculate the client size of a minimized window.

    Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.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.



More information about the wine-bugs mailing list