git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34388
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
l1 = wx.StaticText(self, -1, "wx.TextCtrl")
t1 = wx.TextCtrl(self, -1, "Test it out and see", size=(125, -1))
l1 = wx.StaticText(self, -1, "wx.TextCtrl")
t1 = wx.TextCtrl(self, -1, "Test it out and see", size=(125, -1))
- t1.SetInsertionPoint(0)
+ wx.CallAfter(t1.SetInsertionPoint, 0)
self.tc1 = t1
self.Bind(wx.EVT_TEXT, self.EvtText, t1)
self.tc1 = t1
self.Bind(wx.EVT_TEXT, self.EvtText, t1)