screen: change ScreenType to WindowType and add WindowReference typedef
This commit is contained in:
@@ -175,7 +175,7 @@ void SortPlaylistDialog::mouseButtonPressed(MEVENT me)
|
||||
enterPressed();
|
||||
}
|
||||
else
|
||||
Screen<ScreenType>::mouseButtonPressed(me);
|
||||
Screen<WindowType>::mouseButtonPressed(me);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user