Skip to content

Commit

Permalink
Update gui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-blecher committed Sep 25, 2022
1 parent 19debe9 commit 80b23d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pix2tex/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def toggleProcessing(self, value=None):
self.snipButton.setText(text)
self.snipButton.clicked.disconnect()
self.snipButton.clicked.connect(func)
self.displayPrediction()

@pyqtSlot()
def onClick(self):
Expand Down

0 comments on commit 80b23d0

Please sign in to comment.