Summary: | background "Plain Color" has no Preview | ||
---|---|---|---|
Product: | [Applications] kmahjongg | Reporter: | Toralf Förster <toralf.foerster> |
Component: | general | Assignee: | Mauricio Piacentini <piacentini> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde-games-bugs |
Priority: | NOR | ||
Version First Reported In: | 0.8 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Toralf Förster
2010-01-19 20:23:43 UTC
Same in 4.4.2, the preview from the previously choosen background instead is displayed which might confuse people. SVN commit 1167011 by majewsky: Fix rendering of color_plain background in kmahjongg, kshisen, and libkmahjongg. In the process, I had to remove the manual double-buffering from KShisen's Board class, in order to make the painting work in cases without a background brush. This is not so bad, however, because Qt has internal double-buffering since quite some time. Also, add a "Description" on libkmahjongg/backgrounds/color_plain.desktop BUG: 223450 M +2 -8 kshisen/src/board.cpp M +4 -4 libkmahjongg/backgrounds/color_plain.desktop M +17 -2 libkmahjongg/kmahjonggbackground.cpp M +5 -0 libkmahjongg/kmahjonggbackgroundselector.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1167011 |