https://bugs.kde.org/show_bug.cgi?id=384547
Robby Stephenson <ro...@periapsis.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |3.1 Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/tel | |lico/8cc6308aec884b01658977 | |5e9fc085762c60c6cc Resolution|--- |FIXED --- Comment #1 from Robby Stephenson <ro...@periapsis.org> --- Git commit 798a1c90a8a72eb07da36faead592e56b2a79bea by Robby Stephenson. Committed on 10/09/2017 at 21:21. Pushed by rstephenson into branch 'master'. Round the float value for star ratings in the view delegate Ratings can have decimal values and were converting to 0. Use qRound with toFloat() to properly handle them. M +4 -0 ChangeLog M +1 -1 src/gui/ratingdelegate.cpp M +2 -2 src/gui/starrating.h https://commits.kde.org/tellico/798a1c90a8a72eb07da36faead592e56b2a79bea --- Comment #2 from Robby Stephenson <ro...@periapsis.org> --- Git commit 8cc6308aec884b016589775e9fc085762c60c6cc by Robby Stephenson. Committed on 10/09/2017 at 21:44. Pushed by rstephenson into branch 'master'. Fix bug when rounding difference of floats when < 0.5. FIXED-IN: 3.1 M +1 -0 ChangeLog M +5 -3 src/models/stringcomparison.cpp M +4 -0 src/tests/comparisontest.cpp https://commits.kde.org/tellico/8cc6308aec884b016589775e9fc085762c60c6cc -- You are receiving this mail because: You are watching all bug changes.