Fix default for ScreenInteractive::Fullscreen()

It was intended to open gthe alternate screen.
This commit is contained in:
ArthurSonzogni 2023-11-19 14:09:42 +01:00
parent 6c2b43a2aa
commit bfadcb7165
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C

View File

@ -358,7 +358,7 @@ ScreenInteractive ScreenInteractive::FixedSize(int dimx, int dimy) {
/// @note This is the same as `ScreenInteractive::FullscreenAlternateScreen()`
// static
ScreenInteractive ScreenInteractive::Fullscreen() {
return FullscreenPrimaryScreen();
return FullscreenAlternateScreen();
}
/// @ingroup component