From db1e50204445ec365f1ee1d49fee566325831d3a Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Fri, 8 Jan 2010 11:51:44 +0000 Subject: [PATCH] FIX: In windows is necessary a refresh to works the function that indicate a selection in previews in dicom preview panel --- invesalius/gui/dicom_preview_panel.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/invesalius/gui/dicom_preview_panel.py b/invesalius/gui/dicom_preview_panel.py index 617e710..2871be8 100755 --- a/invesalius/gui/dicom_preview_panel.py +++ b/invesalius/gui/dicom_preview_panel.py @@ -192,6 +192,7 @@ class Preview(wx.Panel): else: c = (255,255,255) self.SetBackgroundColour(c) + self.Refresh() def OnDClick(self, evt): evt = PreviewEvent(myEVT_SELECT, self.GetId()) -- libgit2 0.21.2