Another buglet: DC bounding boxes and images

If you reset the bounding box and then use wx.HtmlDCRenderer to draw
some stuff, then the bounding box result covers any text that was drawn,
but not images.

From the source for DC.DrawBitmap, it looks like the calls to amend

the bounding box are somewhat randomly present, but definitely missing
for Windows.

Roger

Roger Binns wrote:

If you reset the bounding box and then use wx.HtmlDCRenderer to draw
some stuff, then the bounding box result covers any text that was drawn,
but not images.

From the source for DC.DrawBitmap, it looks like the calls to amend

the bounding box are somewhat randomly present, but definitely missing
for Windows.

Please create a bug repoort about this, with a category of wxMSW specific.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

"Robin Dunn" <robin@alldunn.com> wrote in message news:41D5A4DF.2060004@alldunn.com...

Please create a bug repoort about this, with a category of wxMSW specific.

I have been been having real bad luck stumbling into a number of issues!

http://sf.net/tracker/?func=detail&aid=1093883&group_id=9863&atid=109863
http://sf.net/tracker/?func=detail&aid=1093884&group_id=9863&atid=109863
http://sf.net/tracker/?func=detail&aid=1093940&group_id=9863&atid=109863

Roger