Commit a02ad1c852a6bc513787a2f3b3f22585445bddf2

Authored by tatiana
1 parent 0f30fe61

FIX: Problems related to 'enter' click

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/import_panel.py
... ... @@ -91,7 +91,7 @@ class InnerPanel(wx.Panel):
91 91 #button = wx.Button(panel, -1, _("Import medical images"), (20, 20))
92 92  
93 93 self.btn_ok = wx.Button(panel, wx.ID_OK)
94   - self.btn_ok.SetDefault()
  94 + #self.btn_ok.SetDefault()
95 95 self.btn_cancel = wx.Button(panel, wx.ID_CANCEL)
96 96  
97 97 btnsizer = wx.StdDialogButtonSizer()
... ...