X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91233253ecd632b931852872112a6e28227af08a..f0261a72469b57877b27a616ff790b983184df95:/utils/wxPython/demo/DialogUnits.py diff --git a/utils/wxPython/demo/DialogUnits.py b/utils/wxPython/demo/DialogUnits.py index 8d293c2007..aba492715f 100644 --- a/utils/wxPython/demo/DialogUnits.py +++ b/utils/wxPython/demo/DialogUnits.py @@ -46,8 +46,8 @@ class MyFrame(wxFrame): wxDLG_SZE(panel, wxSize(36, -1)), wxTE_READONLY) - print wxDLG_PNT(panel, wxPoint(24, 4)), wxDLG_SZE(panel, wxSize(36, -1)) - print wxDLG_PNT(panel, wxPoint(24, 16)),wxDLG_SZE(panel, wxSize(36, -1)) + #print wxDLG_PNT(panel, wxPoint(24, 4)), wxDLG_SZE(panel, wxSize(36, -1)) + #print wxDLG_PNT(panel, wxPoint(24, 16)),wxDLG_SZE(panel, wxSize(36, -1)) # This method is called automatically when the CLOSE event is