Small fix needed for Project Mayhem III SE skin

If you need any help with XBMC4XBOX, such as installing or using the software, please post it in here.
Post Reply
keropi
Posts: 19
Joined: Wed Dec 18, 2013 9:55 am
Has thanked: 3 times
Been thanked: 1 time

Small fix needed for Project Mayhem III SE skin

Post by keropi »

Hiya!

Is there by any chance a way to fix the PMIII SE skin? It has this small bug:

Image

The currently selected menu item it becomes invisible. A workaround is to load another skin and then reload PMIII SE, then it behaves correctly.
I believe this started happening on 3.3.3 and I also tried the latest SVN build, did not help.
This must be a skin issue since the SE is an older one, is there possibly an easy fix for that?

Thanks in advance for any info/help!
User avatar
BuZz
Site Admin
Posts: 1891
Joined: Wed Jul 04, 2012 12:50 am
Location: UK
Has thanked: 66 times
Been thanked: 423 times
Contact:

Re: Small fix needed for Project Mayhem III SE skin

Post by BuZz »

Add legacy tag. Check pm3 skin.xml on svn
keropi
Posts: 19
Joined: Wed Dec 18, 2013 9:55 am
Has thanked: 3 times
Been thanked: 1 time

Re: Small fix needed for Project Mayhem III SE skin

Post by keropi »

thank you!
this worked perfectly :mrgreen:

just for reference in case someone else is looking for that, adding the following in skin.xml (put it under the zoom option) did the trick:

Code: Select all

  <!-- legacy skin mode - to allow old skin behaviour such as button overflow without scrolling -->
  <legacy>true</legacy>
Post Reply