- Thread starter
- #21
Yup, thanks both of you. I'll fix this bug before the next release.It has always done that, I did change the old version - looking at a version I have on my laptop I think the follwoing exit call needs to be changed to the highlighted line in MyLyrics.cs...cant be 100% sure on this as would need to see the current code to compare as did it a while ago.
public override void OnAction(Action action)
{
switch (action.wID)
{
case Action.ActionType.ACTION_PREVIOUS_MENU:
{
GUIWindowManager.ShowPreviousWindow();
break;
}
Hopfully mackey can adjust this before final release.
Trevor
Hi!
Is there a way to fix this by myself until new version is coming? Cause this is really annoying ;-)
Unfortunately no. The fix (which was surprisingly compplicated) is in the code so you will have to get a couple of new dll's before the back-functionality works as intended. There will properly be a new version out towards the end of the week.
Denmark