make defining screens with main window type as non-pointer possible
This commit is contained in:
@@ -107,7 +107,7 @@ void Outputs::mouseButtonPressed(MEVENT me)
|
||||
enterPressed();
|
||||
}
|
||||
else
|
||||
Screen< NC::Menu<MPD::Output> >::mouseButtonPressed(me);
|
||||
Screen<ScreenType>::mouseButtonPressed(me);
|
||||
}
|
||||
|
||||
void Outputs::FetchList()
|
||||
|
||||
Reference in New Issue
Block a user