Skip to content

Commit e705617

Browse files
committed
Update n2explorer.py
1 parent 43eb474 commit e705617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/tools/n2explorer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def UpdatePageList():
233233
w.checkboxes_layout.insertWidget(i, checkbox)
234234
# add a radiobutton and check it if it's the first enabled radiobutton
235235
radiobutton = QRadioButton(html2mathtext(page.get("name")))
236-
radiobutton.setStyleSheet("background: white") # workaround to prevent coloring of unchecked radiobuttons
236+
#radiobutton.setStyleSheet("background: white") # workaround to prevent coloring of unchecked radiobuttons
237237
radiobutton.setChecked(is_first_enabled)
238238
radiobutton.toggled.connect(UpdateDetails)
239239
w.radiobuttons.append(radiobutton)

0 commit comments

Comments
 (0)