BIM: import ToDo from correct file (#18221)

* BIM: import ToDo from correct file

* Oops, forgot to save some files.
This commit is contained in:
Roy-043
2024-12-03 15:18:06 +01:00
committed by GitHub
parent 7fdc3b807a
commit 284bb80412
11 changed files with 30 additions and 31 deletions

View File

@@ -84,10 +84,10 @@ class BIM_Tutorial:
self.pixempty = QtGui.QPixmap()
# fire the loading after displaying the widget
from DraftGui import todo
from draftutils import todo
# self.load()
# todo.delay(self.load,None)
# todo.ToDo.delay(self.load,None)
QtCore.QTimer.singleShot(1000, self.load)
def load(self, arg=None):