Skip to content

Commit

Permalink
WStarRating: fix stars update when changed by _up/_down controls
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Jul 23, 2023
1 parent 92c22d4 commit 0550e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widget/wstarrating.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ void WStarRating::slotSetRating(int starCount) {
}
m_starCount = starCount;
updateVisualRating(starCount);
emit ratingChanged(m_starCount);
}

void WStarRating::paintEvent(QPaintEvent * /*unused*/) {
Expand Down

0 comments on commit 0550e07

Please sign in to comment.