Problem in AUI when a regular toolbar is present (Linux only)?

In the sample code attached, the first AUI pane is forever immovable (cannot close, cannot tear out) if there is a toolbar (just a regular wx.Toolbar) present. To see the problem, first run the code and try to tear out the topmost pane; for me anyway, it won’t tear out. Then, comment out the three lines in the code that create the toolbar, and it will now tear out.

This cropped up for me on Linux only, and only in wxPython 2.9.1.1. The following seem to be OK:

  • Linux + wxPython 2.8.11

  • Windows + wxPython 2.9.1.1

  • OSX + wxPython 2.8.11

  • OSX + wxPython 2.9.1.1 [carbon and cocoa]

Can someone else on a linux box that has 2.9.1.1 run this thing and see if it acts up?

Are there any known incompatibilities between AUI and regular toolbars?

aui.py (1.34 KB)