Update tests and add more debug output
This commit is contained in:
@@ -158,6 +158,8 @@ class GuiProjectSearch(QWidget):
|
||||
|
||||
def updateTheme(self) -> None:
|
||||
"""Update theme elements."""
|
||||
logger.debug("Theme Update: GuiProjectSearch")
|
||||
|
||||
palette = QApplication.palette()
|
||||
colBase = palette.base().color().name(QtHexArgb)
|
||||
colFocus = palette.highlight().color().name(QtHexArgb)
|
||||
|
||||
Reference in New Issue
Block a user