Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't force skins to use a panel container #6125

Merged
merged 1 commit into from
Jan 7, 2015

Conversation

ronie
Copy link
Member

@ronie ronie commented Jan 6, 2015

currently Kodi forces skins to use a panel container in the filebrowser for container id=451
(this is the container that's used when browsing for images).
in case container 451 is not a panel container, Kodi will use container id=450 instead
(this container is normally used when browsing for files/folders)

this limits the skinner in the way they want to present the layout of the filebrowser.

the patch fixes that. (tested and it works as expected).
please review if this change is correct (c++ n00b here).

see: http://forum.kodi.tv/showthread.php?tid=121568

@mkortstiege
Copy link
Member

Looks good to me.

@Montellese
Copy link
Member

Yup should be good.

mkortstiege added a commit that referenced this pull request Jan 7, 2015
don't force skins to use a panel container
@mkortstiege mkortstiege merged commit 232772c into xbmc:master Jan 7, 2015
@MartijnKaijser MartijnKaijser modified the milestone: Helix 15.0-alpha1 Jan 10, 2015
phil65 pushed a commit to phil65/xbmc that referenced this pull request Jan 10, 2015
don't force skins to use a panel container
@ronie ronie deleted the filebrowser branch February 26, 2016 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants