aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/guiutil.cpp')
-rw-r--r--src/qt/guiutil.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp
index 4ccfa5deef..ecdfce2f5a 100644
--- a/src/qt/guiutil.cpp
+++ b/src/qt/guiutil.cpp
@@ -812,6 +812,7 @@ void ThemedLabel::changeEvent(QEvent* e)
if (e->type() == QEvent::PaletteChange) {
updateThemedPixmap();
}
+
QLabel::changeEvent(e);
}