]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/GridCustEditor.py
don't process VK_OEM_XXX key presses
[wxWidgets.git] / wxPython / demo / GridCustEditor.py
index 668dbdc4282470d20d9f2333ee601bb082568864..a24cbf5fa15b22f8c89fc127380a9db1e0dabdbe 100644 (file)
@@ -211,6 +211,7 @@ class GridEditorTest(wxGrid):
         self.SetColSize(1, 150)
         self.SetColSize(2, 150)
 
+
 #---------------------------------------------------------------------------
 
 class TestFrame(wxFrame):