X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3f175108be4a2c7db64e31b7d36189e036b5597..9df06f5b696cde13b1220ae6ec60dc6f32d2ab6f:/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):