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

[guilib] - fix for multiimage controls in case imagepath switches to empty #9715

Merged
merged 1 commit into from
May 3, 2016

Conversation

phil65
Copy link
Contributor

@phil65 phil65 commented Apr 30, 2016

At the moment the content of multiimage controls does not clear when switching to an empty path, so you still get the image(s) of the previous path.
I think @BigNoid also stumbled over this one already.
@ronie for confirmation and perhaps @mkortstiege for code in case you have some minutes :)

@phil65 phil65 added Type: Fix non-breaking change which fixes an issue Component: GUI engine labels Apr 30, 2016
@ronie
Copy link
Member

ronie commented May 1, 2016

confirmed. works as expected.

@mkortstiege
Copy link
Member

You might want to invalidate m_image in order to properly proceed with the new image width. Might not be needed though. Other than that, it looks good to me.

@phil65
Copy link
Contributor Author

phil65 commented May 3, 2016

As discussed via Slack, that shouldnt be needed. Thx for reviewing, jenkins build this please.

@phil65 phil65 merged commit c9c8b44 into xbmc:master May 3, 2016
@phil65 phil65 deleted the multiimage_fix branch May 22, 2016 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: GUI engine Type: Fix non-breaking change which fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants