Commit 306f8ac6d55f71d292ca478f1149a763be04b544

Authored by Thiago Franco de Moraes
1 parent a6213b4b
Exists in master

Using listctrl from wxpython not the local one

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
invesalius/gui/data_notebook.py
... ... @@ -39,8 +39,8 @@ from wx.lib.pubsub import pub as Publisher
39 39 import invesalius.constants as const
40 40 import invesalius.data.slice_ as slice_
41 41 import invesalius.gui.dialogs as dlg
42   -import invesalius.gui.widgets.listctrl as listmix
43   -# import wx.lib.mixins.listctrl as listmix
  42 +# import invesalius.gui.widgets.listctrl as listmix
  43 +import wx.lib.mixins.listctrl as listmix
44 44 import invesalius.utils as ul
45 45  
46 46  
... ...