X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/84c8e900a67b75309441c3e69e7fcb9435e0b231..db679b8c836e69c111cdc31e62cf92cebe4f938f:/wxPython/wx/lib/ogl/_diagram.py diff --git a/wxPython/wx/lib/ogl/_diagram.py b/wxPython/wx/lib/ogl/_diagram.py index 4f348d7df4..8e8f834724 100644 --- a/wxPython/wx/lib/ogl/_diagram.py +++ b/wxPython/wx/lib/ogl/_diagram.py @@ -82,7 +82,7 @@ class Diagram(object): def ShowAll(self, show): """Call Show for each shape in the diagram.""" for shape in self._shapeList: - shape.Show() + shape.Show(show) def DrawOutline(self, dc, x1, y1, x2, y2): """Draw an outline rectangle on the current device context."""