]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/PopupWindow.py
Native Smartphone wxTextCtrl.
[wxWidgets.git] / wxPython / demo / PopupWindow.py
index 39d4080c4c11b90c61144ba0fe8e3de06d89c583..49072ea4034f9ec0b150dff137b7e9cccb5629c8 100644 (file)
@@ -48,7 +48,10 @@ class TestPopup(wx.PopupWindow):
         st.Bind(wx.EVT_LEFT_UP, self.OnMouseLeftUp)
         st.Bind(wx.EVT_RIGHT_UP, self.OnRightUp)
 
+        wx.CallAfter(self.Refresh)
+
     def OnMouseLeftDown(self, evt):
+        self.Refresh()
         self.ldPos = evt.GetEventObject().ClientToScreen(evt.GetPosition())
         self.wPos = self.ClientToScreen((0,0))
         self.CaptureMouse()