Skip to content

Commit

Permalink
GUI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
HowarthA committed May 8, 2020
1 parent f45343a commit 4ff449e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PyDP4_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -1526,6 +1526,7 @@ def RenderImage(self, atom, color):

self.image.setGeometry(QtCore.QRect(0, 50, 300, 300))


ui.update()

# f = open("f.svg", "w+")
Expand Down Expand Up @@ -2137,7 +2138,7 @@ def ReadParamFile(f, t):

q = queue.Queue()

#sys.stdout = WriteStream(q)
sys.stdout = WriteStream(q)

app = QtWidgets.QApplication(sys.argv)

Expand Down

0 comments on commit 4ff449e

Please sign in to comment.