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.
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!