about summary refs log tree commit diff stats
path: root/src/report_popup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/report_popup.cpp')
-rw-r--r--src/report_popup.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report_popup.cpp b/src/report_popup.cpp index cf5b086..674eea0 100644 --- a/src/report_popup.cpp +++ b/src/report_popup.cpp
@@ -102,6 +102,8 @@ void ReportPopup::OnPaint(wxPaintEvent& event) {
102void ReportPopup::OnDPIChanged(wxDPIChangedEvent& event) { 102void ReportPopup::OnDPIChanged(wxDPIChangedEvent& event) {
103 LoadIcons(); 103 LoadIcons();
104 UpdateIndicators(); 104 UpdateIndicators();
105
106 event.Skip();
105} 107}
106 108
107void ReportPopup::LoadIcons() { 109void ReportPopup::LoadIcons() {