Skip to content

Commit

Permalink
Mythbuntu: Ensure the background image is painted.
Browse files Browse the repository at this point in the history
Recent changes in master try to minimise the overlap between native Qt
painting (in MythMainWindow) and actual painter rendering (in
MythPainterWindow). The Mythbuntu theme relied on native Qt painting to
render the background image and this is now missing - so ensure it is
painted by adding to the base theme.

There may still be areas (plugins?) where it is not visible.
  • Loading branch information
Mark Kendall committed Jun 30, 2011
1 parent 8eeb80e commit 2873512
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Mythbuntu/base.xml
Expand Up @@ -952,10 +952,11 @@

</window>

<!-- empty window -->
<window name="backgroundwindow">
<area>0,0,1280,720</area>
<imagetype name="backimg">
<filename>background.png</filename>
</imagetype>
</window>


</mythuitheme>

0 comments on commit 2873512

Please sign in to comment.