Skip to content

Commit

Permalink
stop auto refocus on waterfall edit box #REF793
Browse files Browse the repository at this point in the history
  • Loading branch information
MialLewis committed Jun 17, 2022
1 parent bc84d79 commit 31b46eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mslice/plotting/plot_window/plot_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def add_toolbar_actions(self, toolbar):

def add_waterfall_edit(self, parent):
self.waterfall_x_lbl = QtWidgets.QLabel("x:", parent)
self.waterfall_x_lbl.setFocusPolicy(QtCore.Qt.TabFocus)
self.waterfall_y_lbl = QtWidgets.QLabel("y:", parent)
self.waterfall_x_edt = QtWidgets.QLineEdit("0", parent)
self.waterfall_y_edt = QtWidgets.QLineEdit("0", parent)
Expand Down

0 comments on commit 31b46eb

Please sign in to comment.