From 70e735bfcdc466ca738623a33dec9eff5b65f863 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Mon, 7 Mar 2016 11:49:35 +0000 Subject: [PATCH] Oops - incorrectly named method in WXGLSliceCanvas - this fixes 9aa62719. --- fsl/fsleyes/gl/wxglslicecanvas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsl/fsleyes/gl/wxglslicecanvas.py b/fsl/fsleyes/gl/wxglslicecanvas.py index 69c88c138..4964630fa 100644 --- a/fsl/fsleyes/gl/wxglslicecanvas.py +++ b/fsl/fsleyes/gl/wxglslicecanvas.py @@ -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 -- GitLab