Skip to content

Commit

Permalink
Added a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodude committed Apr 16, 2023
1 parent dd81bbb commit a562085
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
tmp
__pycache__
build
build.zip
dist
buildenv
buildenv
4 changes: 4 additions & 0 deletions qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ def __render_thread(self):

return thread

#TODO: This is okay for the LoadWorker
# But in this one we should rather keep an eye on the latest value
# and display it.
# We should avoid multiple render threads
def RenderWorker(self):
if not self.__renderworker.isRunning():
self.__renderworker = self.__render_thread()
Expand Down

0 comments on commit a562085

Please sign in to comment.