- corrected some issues and made Move Tool to show correctly when it is moving and when it is offsetting the objects position
This commit is contained in:
@@ -7655,8 +7655,9 @@ class FlatCAMActivityView(QtWidgets.QWidget):
|
||||
self.movie.stop()
|
||||
self.text.setText(_("Idle."))
|
||||
|
||||
def set_busy(self, msg):
|
||||
self.movie.start()
|
||||
def set_busy(self, msg, no_movie=None):
|
||||
if no_movie is not True:
|
||||
self.movie.start()
|
||||
self.text.setText(msg)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user