From 9d5bf6bf01af40a9684f1b1f06a8df4aaf36b8f3 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Tue, 22 Jun 2021 19:24:35 +0000 Subject: GUI: Always call parent changeEvent handler --- src/qt/rpcconsole.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qt/rpcconsole.cpp') diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 68bbb9b963..bc0afa03c9 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -895,6 +895,8 @@ void RPCConsole::changeEvent(QEvent* e) platformStyle->SingleColorImage(ICON_MAPPING[i].source).scaled(QSize(consoleFontSize * 2, consoleFontSize * 2), Qt::IgnoreAspectRatio, Qt::SmoothTransformation)); } } + + QWidget::changeEvent(e); } void RPCConsole::message(int category, const QString &message, bool html) -- cgit v1.2.3