BoxSizer.Detach() now needs a subsequent Layout() ?

Hi,
it seems that in 2.8.8.1 you have to call boxsizer.Layout() after a boxsizer.Detach() or else the gui doesn't update and the space previously occupied by whatever was there remains blank.
I think it was not necessary in previous releases, but I could be wrong (as always) or this could be the right behaviour ?
Thanks

Marco De Felice wrote:

Hi,
it seems that in 2.8.8.1 you have to call boxsizer.Layout() after a boxsizer.Detach() or else the gui doesn't update and the space previously occupied by whatever was there remains blank.
I think it was not necessary in previous releases, but I could be wrong (as always) or this could be the right behaviour ?

I believe that it always worked this way.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!