Skip to content

Commit

Permalink
Warning message appears depending on default check state of recursive…
Browse files Browse the repository at this point in the history
… checkbox
  • Loading branch information
tpoveda committed Sep 18, 2020
1 parent 3b62fb1 commit b2e04b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artella/plugins/getdependencies/widgets/listdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def setup_ui(self):
warning_icon.setPixmap(icon_pixmap)
warning_layout.addWidget(warning_icon)
warning_layout.addWidget(warning_message)
self._warning_frame.setVisible(False)
self._warning_frame.setVisible(self._recursive_cbx.isChecked())

buttons_layout = QtWidgets.QHBoxLayout()
self._yes_btn = QtWidgets.QPushButton('Yes')
Expand Down

0 comments on commit b2e04b3

Please sign in to comment.