We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43eb474 commit e705617Copy full SHA for e705617
database/tools/n2explorer.py
@@ -233,7 +233,7 @@ def UpdatePageList():
233
w.checkboxes_layout.insertWidget(i, checkbox)
234
# add a radiobutton and check it if it's the first enabled radiobutton
235
radiobutton = QRadioButton(html2mathtext(page.get("name")))
236
- radiobutton.setStyleSheet("background: white") # workaround to prevent coloring of unchecked radiobuttons
+ #radiobutton.setStyleSheet("background: white") # workaround to prevent coloring of unchecked radiobuttons
237
radiobutton.setChecked(is_first_enabled)
238
radiobutton.toggled.connect(UpdateDetails)
239
w.radiobuttons.append(radiobutton)
0 commit comments