aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2021-06-22 19:24:35 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2021-06-22 19:24:44 +0000
commit9d5bf6bf01af40a9684f1b1f06a8df4aaf36b8f3 (patch)
tree47ed2d1537de527dd735e1f6458dc9050971bf63 /src/qt/rpcconsole.cpp
parentc901d4d8ce7949276da57eacb82b1a3ce40cac27 (diff)
downloadbitcoin-9d5bf6bf01af40a9684f1b1f06a8df4aaf36b8f3.tar.xz
GUI: Always call parent changeEvent handler
Diffstat (limited to 'src/qt/rpcconsole.cpp')
-rw-r--r--src/qt/rpcconsole.cpp2
1 files changed, 2 insertions, 0 deletions
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)