Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rhabacker:linkedprojecttest
mingw32-kmymoney5
0001-Fix-Forecasting-graph-on-the-home-page-has...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Fix-Forecasting-graph-on-the-home-page-has-random-qu.patch of Package mingw32-kmymoney5
From 7599ae1798e7410c628b53971933af3c8ed84f00 Mon Sep 17 00:00:00 2001 From: Ralf Habacker <ralf.habacker@freenet.de> Date: Thu, 6 Oct 2022 10:06:26 +0200 Subject: [PATCH] Fix 'Forecasting graph on the home page has random quality problems' BUG: 460007 FIXED-IN: 5.1.4 (cherry picked from commit 614548a93eb61e76b1c60bd0ce73af2e972cbce9) --- kmymoney/views/khomeview.cpp | 7 +++++++ kmymoney/views/khomeview.h | 1 + 2 files changed, 8 insertions(+) diff --git a/kmymoney/views/khomeview.cpp b/kmymoney/views/khomeview.cpp index d0d6bc1cb..ab218411a 100644 --- a/kmymoney/views/khomeview.cpp +++ b/kmymoney/views/khomeview.cpp @@ -102,6 +102,13 @@ void KHomeView::refresh() } } +void KHomeView::resizeEvent(QResizeEvent* event) +{ + Q_UNUSED(event); + + refresh(); +} + void KHomeView::showEvent(QShowEvent* event) { Q_D(KHomeView); diff --git a/kmymoney/views/khomeview.h b/kmymoney/views/khomeview.h index 0c16e5a89..79a14b3e4 100644 --- a/kmymoney/views/khomeview.h +++ b/kmymoney/views/khomeview.h @@ -44,6 +44,7 @@ public: void refresh(); protected: + void resizeEvent(QResizeEvent* event) override; void showEvent(QShowEvent* event) override; void wheelEvent(QWheelEvent *event) override; bool eventFilter(QObject* o, QEvent* e) override; -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor