Skip to content

Commit

Permalink
Merge pull request #34 from slsdetectorgroup/screenbug
Browse files Browse the repository at this point in the history
Screen size with scroll bar
  • Loading branch information
erikfrojdh authored Aug 29, 2022
2 parents ba3ced0 + 74421aa commit 1d9a25d
Show file tree
Hide file tree
Showing 2 changed files with 1,098 additions and 1,065 deletions.
3 changes: 3 additions & 0 deletions python/app/g2panel
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ class MainWindow(QtWidgets.QMainWindow):
self.progress_timer.stop()
self.plot_timer.stop()
self.rcv.stop()
#Incase of packet loss
self.stopButton.hide()
self.startButton.show()

if p_int == 100:
self.progress_timer.stop()
Expand Down
Loading

0 comments on commit 1d9a25d

Please sign in to comment.