UN-GCPDS / qt-material

Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6
https://qt-material.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
2.22k stars 240 forks source link

checkbox for light_theme uses wrong parent in show_dock_theme method #109

Open timgrob opened 4 months ago

timgrob commented 4 months ago

the show_dock_theme method calls the lambda function "self.update_theme(self.main)" yet self.main is not defined and cannot be set, unless I actively overwrite it. Which shouldn't be done.