Re: Bug with REV_0.9 branch - redraw error
M A <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
> On Apr 10, 2019, at 5:24 PM, Dietmar Schwertberger <[email protected]> wrote: > > On 08.04.2019 12:00, M A wrote: >> To reproduce the redraw issue, simply switch between the layouts several times. Going from 'Layout 1:Tree' to 'Layout 2:Properties' will show graphical problems. > > Do you see the errors if you comment out Freeze and Thaw in main.wxGladeFrame.switch_layout ? No. This fixes the problem. Woo hoo! > On Windows the switching behaviour is much better with Freeze and Thaw. On Mac OS it seems to be OK without. I hate platform specific hacks but it looks like we do need them. We just don't live in a perfect world :(