Commit db1e50204445ec365f1ee1d49fee566325831d3a

Authored by tfmoraes
1 parent 0e082521

FIX: In windows is necessary a refresh to works the function that indicate a sel…

…ection in previews in dicom preview panel
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/gui/dicom_preview_panel.py
... ... @@ -192,6 +192,7 @@ class Preview(wx.Panel):
192 192 else:
193 193 c = (255,255,255)
194 194 self.SetBackgroundColour(c)
  195 + self.Refresh()
195 196  
196 197 def OnDClick(self, evt):
197 198 evt = PreviewEvent(myEVT_SELECT, self.GetId())
... ...