From f0ac71e49f3c853b631a45f74df65be5ba21359a Mon Sep 17 00:00:00 2001 From: tatiana Date: Thu, 3 Dec 2009 18:10:58 +0000 Subject: [PATCH] FIX: Volume crop plane under darwin --- invesalius/gui/default_viewers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/default_viewers.py b/invesalius/gui/default_viewers.py index 96941ae..f11c930 100755 --- a/invesalius/gui/default_viewers.py +++ b/invesalius/gui/default_viewers.py @@ -441,7 +441,7 @@ class VolumeToolPanel(wx.Panel): # In MacOS X and Windows, binding parent menu is enough. But # not in GNU Linux - in the last it is necessary to bind the # submenu - if sys.platform == 'linux2': + if sys.platform != 'win32': submenu.Bind(wx.EVT_MENU, self.OnMenuRaycasting) menu.Bind(wx.EVT_MENU, self.OnMenuRaycasting) -- libgit2 0.21.2