Mark Erbaugh wrote:
Under GTK2, the top and left sides of the wx.DatePickerCtrl appear to be
cut off. The top and left border of the TextCtrl are missing as is the
top border of the drop-down arrow. The control appears ok under Windows
(2000). Is there a fix for the GTK2 version?This is wx.Python 2.8.7.1. This shows up in the wxPython demo.
Please submit a bug report about it, using a category of "Generic".
On windows a native widget is used, but on the other platforms it is generic and I think it is using multiple widgets, so the clipping is probably happening because of incorrect placement of a child textctrl on whatever is used to hold the others (probably a wxControl). It also clips pretty badly on Mac.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!