Skip to content
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

Bug: setFullScreen does not work #188

Open
phraktle opened this issue Jul 5, 2023 · 1 comment
Open

Bug: setFullScreen does not work #188

phraktle opened this issue Jul 5, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@phraktle
Copy link

phraktle commented Jul 5, 2023

Version

1.86.10

What happened?

Setting config.setFullScreen(true) does not seem to work – there's no window showing up at all in this case. Tested on Mac OS Ventura 13.41.

Reproduction

    @Override
    protected void configure(Configuration config) {
        config.setFullScreen(true);
        // ...
    }

Relevant log output

No response

@phraktle phraktle added the bug Something isn't working label Jul 5, 2023
@SpaiR
Copy link
Owner

SpaiR commented Jul 6, 2023

Thanks for the report. The problem is in that code https://github.com/SpaiR/imgui-java/blob/main/imgui-app/src/main/java/imgui/app/Window.java#L100-L104 Will be addressed in the near future 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants