X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fa876ca9ec87e90605808bfcab4d4226965dbad..dae0faa6be08c5bb5635fd464b695ac8bb8f2b8d:/wxPython/demo/CustomDragAndDrop.py?ds=sidebyside diff --git a/wxPython/demo/CustomDragAndDrop.py b/wxPython/demo/CustomDragAndDrop.py index 2ff049640e..fcb0947287 100644 --- a/wxPython/demo/CustomDragAndDrop.py +++ b/wxPython/demo/CustomDragAndDrop.py @@ -247,10 +247,10 @@ class CustomDnDPanel(wx.Panel): rbox.Add(rb1) rbox.Add(rb2) - box.Add(text1, 0, wxALL, 10) - box.Add(rbox, 0, wxALIGN_CENTER) + box.Add(text1, 0, wx.ALL, 10) + box.Add(rbox, 0, wx.ALIGN_CENTER) box.Add((10,90)) - box.Add(text2, 0, wxALL, 10) + box.Add(text2, 0, wx.ALL, 10) sizer.Add(box)