-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fullscreen problem: previous screen visible at the bottom when pushing new screen #228
Comments
Did you fix it ? [Same or diffrent problem] |
@albrrt @Firemanpl can you share the OS version? Ex: Windows 10 10.0.19042 |
Wersja Windows 10 Pro |
@damywise apologies for the late reply. My Windows version is now 10.0.19045.2965 (latest version as of today) and the problem still persists. Thank you |
…om fullscreen - Removes the line that `cuts the app at the bottom by the pixel to prevent jitter when resizing app` - Remove the line that `cuts the app by 3 pixels at the bottom when full screen` - Fixes leanflutter#311, leanflutter#266, leanflutter#228, leanflutter#355, leanflutter#237
When I push the green page over the red one, there's a small gap running along the bottom edge of the screen where you can see the previous page (red line). This seems to only happen in fullscreen.
I am working at 1920 x 1080px resolution and my screen is 1920 x 1080px.
I'm using Flutter 3.3.2 with window_manager 0.2.7.
Here's the code:
The text was updated successfully, but these errors were encountered: