Le 13 févr. 2010 à 21:01, Frank Niessink a écrit : > Hi Jérôme, > > On Windows Vista, the calendar widget shows up completely grey. Only > when I scroll it, stuff gets painted. Then when I click a task to > select it, the whole widget becomes grey again.
Fixed. It's strange, wx.PaintDC is supposed to be used from inside OnPaint but it doesn't work in this case (and we're only drawing a bitmap!). Cheers Jérôme
