From ea390ff6d12436503dd85aa4bfb5eb1f3f6d40ac Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 14 Jan 2014 02:35:00 +0000 Subject: [PATCH] =?UTF-8?q?Use=20the=20panel=20for=20the=20combo=20ctrl?= =?UTF-8?q?=E2=80=99s=20parent.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/combo/combo1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/combo/combo1.py b/samples/combo/combo1.py index ecbcba29..3b66f34d 100644 --- a/samples/combo/combo1.py +++ b/samples/combo/combo1.py @@ -147,7 +147,7 @@ class TestFrame(wx.Frame): pnl = wx.Panel(self) # Create a ComboCtrl - cc = self.cc = wx.ComboCtrl(self, pos=(10,10), size=(275,-1)) + cc = self.cc = wx.ComboCtrl(pnl, pos=(10,10), size=(275,-1)) cc.SetHint('Click the button -->') # Create a Popup