Skip to content

Commit

Permalink
Make 'Apply' button in SubsetGroupingDialog as default button
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlatwe committed Jul 8, 2019
1 parent 8b868ef commit 63ac36a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions avalon/tools/cbloader/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ def __init__(self, items, parent=None):
layout.addWidget(group_btn)

group_btn.clicked.connect(self.on_group)
group_btn.setAutoDefault(True)
group_btn.setDefault(True)

self.name = name
self.name_menu = name_menu
Expand Down

0 comments on commit 63ac36a

Please sign in to comment.