Skip to content

Commit

Permalink
Remove workaround to pyside6 greyed out bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Jun 10, 2024
1 parent b2df660 commit 6a378f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wwr_ui/randomizer_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ def __init__(self, cmd_line_args):
self.ui = Ui_MainWindow()
self.ui.setupUi(self)

# Fix text not becoming grey when a widget is disabled in newer versions of PySide6.
self.setStyleSheet("*:disabled { color: grey; }")

self.ui.tab_player_customization.initialize_from_rando_window(self)

self.randomizer_thread = None
Expand Down

0 comments on commit 6a378f8

Please sign in to comment.