https://bugs.kde.org/show_bug.cgi?id=389998

Hartmut Riesenbeck <hartmut.riesenb...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/par
                   |                            |ley/d3fc379d415b955012f2c2a
                   |                            |0d3de1ec2a0727bb5
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Hartmut Riesenbeck <hartmut.riesenb...@gmx.de> ---
Git commit d3fc379d415b955012f2c2a0d3de1ec2a0727bb5 by Hartmut Riesenbeck.
Committed on 15/11/2018 at 19:30.
Pushed by hriesenbeck into branch 'master'.

Fix color bar painting failures in statistics main window

Summary:
Some color bars of the bar chart in LessonStatisticsView are not drawn
to its full length. The reason are rounding errors in bar segment length
calculation. To fix this, all integer values were replaced by floating
point variables.

Furthermore sometimes the border line between two bar segments was not
drawn when constructed with QPainterPath. The relevant QPainterPath
operation were replaced by direct drawing operations to the QPainter
object.

Reviewers: #kde_edu, tcanabrava

Reviewed By: #kde_edu, tcanabrava

Subscribers: kde-edu, tcanabrava

Tags: #kde_edu

Differential Revision: https://phabricator.kde.org/D10367

M  +17   -17   src/utils.cpp

https://commits.kde.org/parley/d3fc379d415b955012f2c2a0d3de1ec2a0727bb5

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to