Commit db1e50204445ec365f1ee1d49fee566325831d3a
1 parent
0e082521
Exists in
master
and in
6 other branches
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,6 +192,7 @@ class Preview(wx.Panel): | ||
192 | else: | 192 | else: |
193 | c = (255,255,255) | 193 | c = (255,255,255) |
194 | self.SetBackgroundColour(c) | 194 | self.SetBackgroundColour(c) |
195 | + self.Refresh() | ||
195 | 196 | ||
196 | def OnDClick(self, evt): | 197 | def OnDClick(self, evt): |
197 | evt = PreviewEvent(myEVT_SELECT, self.GetId()) | 198 | evt = PreviewEvent(myEVT_SELECT, self.GetId()) |