mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
Merge pull request #537 from kollivier/sized_controls_agw_aui_fix
After fixing AddChild in sized_controls, it appears to work with AGW'…
This commit is contained in:
@@ -98,7 +98,6 @@ __date__ = "31 March 2009"
|
||||
|
||||
import wx
|
||||
# just for isinstance
|
||||
import wx.lib.sized_controls as sc
|
||||
import time
|
||||
import warnings
|
||||
|
||||
@@ -4470,8 +4469,6 @@ class AuiManager(wx.EvtHandler):
|
||||
|
||||
if not managed_window:
|
||||
raise Exception("Specified managed window must be non-null. ")
|
||||
if isinstance(managed_window, sc.SizedParent):
|
||||
raise Exception("Do not use wx.lib.sized_control for managed window. ")
|
||||
|
||||
self.UnInit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user