1
0

Merge pull request #9834 from f321x/fix_terms_wizard_windows

fix: make ToU scrollbar detection more reliable
This commit is contained in:
ThomasV
2025-05-16 13:32:01 +02:00
committed by GitHub

View File

@@ -55,7 +55,7 @@ class WCTermsOfUseScreen(WizardComponent):
self._valid = False
# Find the scroll area and connect to its scrollbar
QTimer.singleShot(0, self.check_scroll_position)
QTimer.singleShot(100, self.check_scroll_position)
self.window().installEventFilter(self)
def eventFilter(self, obj, event):