-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Windowedfullscreen fix #5243
Windowedfullscreen fix #5243
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this! The changes here are mostly fine but I cannot accept supressing checkstyle warnings for no good reason. Please try and fix those first.
For future reference, you do not need to open a new pull request every time you make changes. You can just push new commits to this pull request's branch and they will been shown here.
engine/src/main/java/org/terasology/engine/core/subsystem/lwjgl/LwjglDisplayDevice.java
Outdated
Show resolved
Hide resolved
engine/src/main/java/org/terasology/engine/core/subsystem/lwjgl/LwjglDisplayDevice.java
Outdated
Show resolved
Hide resolved
…l/LwjglDisplayDevice.java Co-authored-by: BenjaminAmos <24301287+BenjaminAmos@users.noreply.github.com>
…l/LwjglDisplayDevice.java Co-authored-by: BenjaminAmos <24301287+BenjaminAmos@users.noreply.github.com>
can you rereview it I did what you told me to do and ty |
I was all ready to approve this earlier but after testing it again it does not appear to work anymore? I was looking through the changes and it is puzzling. Did you test this version before submitting it? The only difference I can see from your last pull request is that the following line is not run twice anymore. Could that be related? Terasology/engine/src/main/java/org/terasology/engine/core/subsystem/lwjgl/LwjglDisplayDevice.java Line 98 in 072d207
|
yes i did test it and it worked for me i will check it again when i am next to my laptop |
@BenjaminAmos hi there i found the problem and i posted a new commit if you can check it that would be great |
this PR fixes #5228 when windowed full screen is pressed it will still show the task bar i fix that buy making it double click the windowed full screen so it will change its state twice (i used for loop for that)
How to test
go to setting go to video change to windowed then change to windowed full screen
because previously when you press windowed then press windowed fullscreen it will keep the task bar
Outstanding before merging
If anything. You can use neat checkboxes! Feel free to delete if not needed
[no ] Need to consider use case x
[no ] Still have to adjust the wiki doc
[no ] Will need translation work