##// END OF EJS Templates
GUI: Every icon were resized
Miguel Valdez -
r668:9569bc5c6731
parent child
Show More
@@ -28,7 +28,9 class ControllerThread(threading.Thread, Project):
28
28
29 def pause(self):
29 def pause(self):
30 self.control['pause'] = not(self.control['pause'])
30 self.control['pause'] = not(self.control['pause'])
31
31
32 return self.control['pause']
33
32 def __run(self):
34 def __run(self):
33
35
34 print
36 print
1 NO CONTENT: file was removed, binary diff hidden
NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now