Skip to content

Commit

Permalink
oweditdomain: Set initial focus
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Sep 7, 2018
1 parent cdb4908 commit 498d7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/widgets/data/oweditdomain.py
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ def __init__(self):
bbox.addButton(breset_all, QDialogButtonBox.ResetRole)

mainlayout.addWidget(bbox)
self.variables_view.setFocus(Qt.NoFocusReason) # initial focus

@Inputs.data
def set_data(self, data):
Expand Down

0 comments on commit 498d7e4

Please sign in to comment.