Fix search bar artifacts while scrooling
AbandonedPublic

Authored by tcanabrava on Jul 11 2018, 7:53 AM.

Details

Reviewers
hindenburg
Group Reviewers
Konsole
Summary

Force a update on the search bar during a paintEvent
if the search bar is visible. this fixes scrooling
artifacts as the order of the paintEvents was not
guaranteed to always paint the searchbar last.

Diff Detail

Repository
R319 Konsole
Branch
fixSearchBarRedraw
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 745
Build 757: arc lint + arc unit
tcanabrava created this revision.Jul 11 2018, 7:53 AM
Restricted Application added a project: Konsole. · View Herald TranscriptJul 11 2018, 7:53 AM
Restricted Application added a subscriber: konsole-devel. · View Herald Transcript
tcanabrava requested review of this revision.Jul 11 2018, 7:53 AM
tcanabrava abandoned this revision.Jul 11 2018, 1:23 PM

I belive this is already fixed in a different review, in a better way.