https://bugs.winehq.org/show_bug.cgi?id=39952
Bug ID: 39952 Summary: trackbar thumb always at zero on dialog load. Product: Wine Version: 1.9.0 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: leslie_alistair@hotmail.com Distribution: ---
Download these examples http://www.bcgsoft.com/download/BCGControlBarProDemo.zip
To work around a drawing issue. disable d2d1 dll.
Run the DiagramEditor.exe example Select the "RoundBox" on screen In Diagram Properties List, Click the ... of Outline Brush This will show the Edit Brush dialog. Change the Opacity Slider to something other then 0. Click OK.
Reopen of the Edit Brush dialog. The slider is back at zero, it should be the last saved value.
https://bugs.winehq.org/show_bug.cgi?id=39952
--- Comment #1 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Created attachment 53378 --> https://bugs.winehq.org/attachment.cgi?id=53378 Update on SetPos
https://bugs.winehq.org/show_bug.cgi?id=39952
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, patch URL| |http://www.bcgsoft.com/down | |load/BCGControlBarProDemo.z | |ip
https://bugs.winehq.org/show_bug.cgi?id=39952
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- I see what you mean, application completely takes over painting duty, so original procedure is never called for WM_PAINT and we have no chance to update this internal state. Patch is likely to be correct, but I'd like to do some tests first and clean up related things.
https://bugs.winehq.org/show_bug.cgi?id=39952
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Another issue is that you can't move thumb with arrow keys, for exactly same reason - thumb update deferred until WM_PAINT, that's never received. It's better to have separate report for this.
https://bugs.winehq.org/show_bug.cgi?id=39952
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |a65ddbf153b8865e0565bf210e6 | |37bf2b0053196 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- This is fixed with http://source.winehq.org/git/wine.git/?a=commit;h=a65ddbf153b8865e0565bf210e.... Feel free to open another one for the problem I mentioned in comment 3.
https://bugs.winehq.org/show_bug.cgi?id=39952
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani@redhat.com Target Milestone|--- |1.8.x
https://bugs.winehq.org/show_bug.cgi?id=39952
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.2.
https://bugs.winehq.org/show_bug.cgi?id=39952
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |---
--- Comment #6 from Michael Stefaniuc mstefani@redhat.com --- Removing 1.8.x milestone from bugs included in 1.8.1.