mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 02:34:21 +08:00
Fix default for ScreenInteractive::Fullscreen()
It was intended to open gthe alternate screen.
This commit is contained in:
parent
6c2b43a2aa
commit
bfadcb7165
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user