Flatnotebook broke in 2.8.4.2 for OSX?

Thanks for the suggestions, I didn’t know that using
wx.BufferedPaintDC on Mac and GTK could actually triple buffer (!).

Wow, am I right in saying that all the other custom widgets which use
wx.BufferedPaintDC will have the same problem in GTK and Mac? In that
case, I’ll probably have to correct all of them :frowning:
I can’t really test your suggestion as I don’t have a Mac, but it

would be nice if Stephen could give it a try and report back, so that
I can commit this small change to SVN.

I’ll give it a try!

–Stephen

Changing wx.BufferedPaintDC
to wx.AutoBufferedPaintDC (and calling self.SetBackgroundStyle(wx.BG_STYLE_CUSTOM) in the constructor) resulted in the exact same behavior. No go.

–S

···

On 8/10/07, Stephen Hansen apt.shansen@gmail.com wrote:

Thanks for the suggestions, I didn’t know that using
wx.BufferedPaintDC
on Mac and GTK could actually triple buffer (!).

Wow, am I right in saying that all the other custom widgets which use
wx.BufferedPaintDC will have the same problem in GTK and Mac? In that
case, I’ll probably have to correct all of them :frowning:
I can’t really test your suggestion as I don’t have a Mac, but it

would be nice if Stephen could give it a try and report back, so that
I can commit this small change to SVN.

I’ll give it a try!