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