mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	Fix default for ScreenInteractive::Fullscreen()
It was intended to open gthe alternate screen.
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni