Commit c14a7865 authored by Gary Hodgson's avatar Gary Hodgson Committed by Guillaume Seguin

reset pause label on present

parent 681768dd
...@@ -346,6 +346,7 @@ class setframe(wx.Frame): ...@@ -346,6 +346,7 @@ class setframe(wx.Frame):
self.startcalibrate(event) self.startcalibrate(event)
def startdisplay(self, event): def startdisplay(self, event):
self.pause.SetLabel("Pause")
self.f.Raise() self.f.Raise()
if (self.fullscreen.GetValue()): if (self.fullscreen.GetValue()):
self.f.ShowFullScreen(1) self.f.ShowFullScreen(1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment