From a02ad1c852a6bc513787a2f3b3f22585445bddf2 Mon Sep 17 00:00:00 2001 From: tatiana Date: Tue, 23 Feb 2010 14:57:19 +0000 Subject: [PATCH] FIX: Problems related to 'enter' click --- invesalius/gui/import_panel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/import_panel.py b/invesalius/gui/import_panel.py index a47e637..b3e461f 100644 --- a/invesalius/gui/import_panel.py +++ b/invesalius/gui/import_panel.py @@ -91,7 +91,7 @@ class InnerPanel(wx.Panel): #button = wx.Button(panel, -1, _("Import medical images"), (20, 20)) self.btn_ok = wx.Button(panel, wx.ID_OK) - self.btn_ok.SetDefault() + #self.btn_ok.SetDefault() self.btn_cancel = wx.Button(panel, wx.ID_CANCEL) btnsizer = wx.StdDialogButtonSizer() -- libgit2 0.21.2