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