Skip to content
Snippets Groups Projects
Commit 70e735bf authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Oops - incorrectly named method in WXGLSliceCanvas - this fixes 9aa62719.

parent 6edb9eaa
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ class WXGLSliceCanvas(slicecanvas.SliceCanvas,
self.Bind(wx.EVT_SIZE, onResize)
def Boow(self, show):
def Show(self, show):
"""Overrides ``GLCanvas.Show``. When running over SSH/X11, it doesn't
seem to be possible to hide a ``GLCanvas`` - the most recent scene
displayed on the canvas seems to persist, does not get overridden, and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment