[Bug 10013] GeoInfo doesn't display the print preview

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 12 19:51:40 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=10013


Mikolaj Zalewski <mikolaj.zalewski at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |trivial




--- Comment #1 from Mikolaj Zalewski <mikolaj.zalewski at 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.



More information about the wine-bugs mailing list