X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3f175108be4a2c7db64e31b7d36189e036b5597..f9e45bd7de9f91efec4edbc0889ea6b2903eaa90:/wxPython/demo/GridCustEditor.py diff --git a/wxPython/demo/GridCustEditor.py b/wxPython/demo/GridCustEditor.py index 668dbdc428..a24cbf5fa1 100644 --- a/wxPython/demo/GridCustEditor.py +++ b/wxPython/demo/GridCustEditor.py @@ -211,6 +211,7 @@ class GridEditorTest(wxGrid): self.SetColSize(1, 150) self.SetColSize(2, 150) + #--------------------------------------------------------------------------- class TestFrame(wxFrame):