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@winehq.org Reporter: disinbox@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@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@gmail.com Signed-off-by: Alexandre Julliard julliard@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@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@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=48238
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- Those commits were part of a series to intentionally change our minimized window behaviour from 3.1-style icons to modern titlebars. Does the application in question actually display icons on modern Windows instead of titlebars?
https://bugs.winehq.org/show_bug.cgi?id=48238
--- Comment #2 from Igor Ulyanov (Displacer) disinbox@gmail.com --- Created attachment 65897 --> https://bugs.winehq.org/attachment.cgi?id=65897 correct icons view
partial screenshot added in attachment with icons
https://bugs.winehq.org/show_bug.cgi?id=48238
--- Comment #3 from Zebediah Figura z.figura12@gmail.com --- (In reply to Igor Ulyanov (Displacer) from comment #2)
Created attachment 65897 [details] correct icons view
partial screenshot added in attachment with icons
What platform is this screenshot from?
https://bugs.winehq.org/show_bug.cgi?id=48238
Igor Ulyanov (Displacer) disinbox@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #4 from Igor Ulyanov (Displacer) disinbox@gmail.com --- (In reply to Zebediah Figura from comment #3)
(In reply to Igor Ulyanov (Displacer) from comment #2)
Created attachment 65897 [details] correct icons view
partial screenshot added in attachment with icons
What platform is this screenshot from?
It was from linix.
i have started software in Windows and in Windows icons are displayed the same as in current wine versions.
So it seems this bug should be resolved invalid, sorry for inconvenience.
https://bugs.winehq.org/show_bug.cgi?id=48238
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com --- Closing.