[Bug 10013] New: GeoInfo doesn't display the print preview
http://bugs.winehq.org/show_bug.cgi?id=10013 Summary: GeoInfo doesn't display the print preview Product: Wine Version: 0.9.46. Platform: Other OS/Version: other Status: NEW Severity: minor Priority: P2 Component: wine-misc AssignedTo: wine-bugs(a)winehq.org ReportedBy: mikolaj.zalewski(a)gmail.com It show however if e.g. one clicks the "Punkt..." button and them cancel the dialog. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10013 Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |trivial --- Comment #1 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2007-10-12 19:51:39 --- It's enough to make any repaint of the dialog to have the preview to show - e.g. if the window manager provides a tooltip for the close button then when the tooltip will disappear, the preview will show. Dialog has a static control for the preview content. However it doesn't use the control's WM_PAINT to paint the content, but the dialog WM_PAINT uses GetDC on the static control and draws there. If one selects a complicated map one can see that the map is drawn but later is is erased by a dialog WM_ERASEBKGND. Maybe we are missing some message or send them is a wrong order. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10013 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> 2007-10-14 04:32:34 --- Sounds like the same issue as bug 2624. *** This bug has been marked as a duplicate of bug 2624 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10013 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-10-29 14:17:49 --- Closing abandoned. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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 (1)
-
wine-bugs@winehq.org