]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/lib/grids.py
Some minor updates, fixes, etc.
[wxWidgets.git] / utils / wxPython / lib / grids.py
index 12f866e42759b2e3a598ed0f14ded819ec4eec78..2b26ec9ece95173a679754b35d8e144c64e1b21e 100644 (file)
@@ -224,6 +224,9 @@ class wxFlexGridSizer(wxGridSizer):
             for idx in self.growableCols:
                 self.colWidths[idx] = self.colWidths[idx] + delta
 
+        # bottom right corner
+        sz = wxSize(pt.x + sz.width, pt.y + sz.height)
+
         # Layout each cell
         x = pt.x
         for c in range(ncols):