def test_spot_mode_overlay(self): cnvs = miccanvas.DblMicroscopeCanvas(self.panel) self.add_control(cnvs, wx.EXPAND, proportion=1, clear=True) sol = vol.SpotModeOverlay(cnvs) cnvs.add_view_overlay(sol) test.gui_loop()
def test_spot_mode_overlay(self): cnvs = miccanvas.DblMicroscopeCanvas(self.panel) cnvs.background_brush = wx.BRUSHSTYLE_CROSS_HATCH self.add_control(cnvs, wx.EXPAND, proportion=1, clear=True) sol = vol.SpotModeOverlay(cnvs) sol.activate() cnvs.add_view_overlay(sol) cnvs.update_drawing() test.gui_loop()