diff --git a/invesalius/gui/dicom_preview_panel.py b/invesalius/gui/dicom_preview_panel.py index 8dcfd09..653e613 100755 --- a/invesalius/gui/dicom_preview_panel.py +++ b/invesalius/gui/dicom_preview_panel.py @@ -40,7 +40,7 @@ class SerieEvent(PreviewEvent): def __init__(self , evtType, id): super(SerieEvent, self).__init__(evtType, id) -#class Preview(wx.Panel): +class Preview(wx.Panel): """ Where the images will be showed. """ -- libgit2 0.21.2