Bug 471553

Summary: Mark Feeds as Read on a folder doesn't repaint article titles until the mouse moves
Product: [Applications] akregator Reporter: Forest <forestix>
Component: generalAssignee: kdepim bugs <pim-bugs-null>
Status: REPORTED ---    
Severity: normal CC: tia3100
Priority: NOR    
Version First Reported In: 5.22.3   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Forest 2023-06-28 23:18:13 UTC
SUMMARY
After clicking Mark Feeds as Read, the article titles remain in the "unread" color until the mouse is moved.

STEPS TO REPRODUCE
1. Navigate to a folder with unread articles.
2. Click and confirm Mark Feeds as Read.

OBSERVED RESULT
Affected article titles remain colored in the "unread" color until the mouse is moved.

EXPECTED RESULT
Article titles should be repainted in the "read" color.

SOFTWARE/OS VERSIONS
Linux: Debian 12 (bookworm)
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

ADDITIONAL INFO
Seems like a QWidget::update() call is needed somewhere.