mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 10:40:00 +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()`
|
/// @note This is the same as `ScreenInteractive::FullscreenAlternateScreen()`
|
||||||
// static
|
// static
|
||||||
ScreenInteractive ScreenInteractive::Fullscreen() {
|
ScreenInteractive ScreenInteractive::Fullscreen() {
|
||||||
return FullscreenPrimaryScreen();
|
return FullscreenAlternateScreen();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @ingroup component
|
/// @ingroup component
|
||||||
|
Loading…
Reference in New Issue
Block a user