Fix rendering of download progress bar with breeze
ClosedPublic

Authored by hpereiradacosta on Feb 26 2017, 4:27 PM.

Details

Summary

This patch fixes the rendering of "downloading" and "installing" progressbar with breeze widget styles (and all widget styles for which the text is rendered beside the progressbar, rather than on top of it).

To do so, one simply do not call the parent StyledItemDelegate::paint before rendering the progress bar.

Note that the "opt1" copy is not necessary any more when rendering the progressbar, so it is moved to the relevant section only instead

Test Plan

Tested with oxygen (no change with before), fusion (no change) and breeze (fixed)

Diff Detail

Repository
R549 Apper
Lint
Lint Skipped
Unit
Unit Tests Skipped
mak accepted this revision.Mar 13 2017, 8:46 PM

Looks good to me!

This revision is now accepted and ready to land.Mar 13 2017, 8:46 PM