wolfseifert

Results 12 comments of wolfseifert

> we can easily increase that to 100 or more This will not solve the problem if someone else needs 101 buttons tomorrow. > When removing the (unused) QApplication app...

Isn't this already fixed by https://github.com/openjdk/jdk/pull/18753?

Just tried to avoid unnecessary duplication of work.

I tested now pull/18753 and pull/18786: both solve both issues JDK-8329420 and JDK-8329581

@Jhonfunk I can confirm: your program works on Linux/KDE using X11, but is erroneous using Wayland. Must be something with the GL based backend on **Wayland and Windows**.

OS: Operating System: Manjaro Linux KDE Plasma Version: 5.27.10 KDE Frameworks Version: 5.114.0 Qt Version: 5.15.12 Kernel Version: 6.8.0-1-MANJARO (64-bit) Graphics Platform: Wayland Processors: 8 × 11th Gen Intel® Core™...

I reproduced the issue with Kubuntu 23.10. Using Manjaro Linux with GNOME the problem does NOT appear. Probably you need a KDE-Desktop to reproduce the issue, or at least compositor:...

I added Julian Hackinger as collaborator.

I think that calling dispose() after usage "is" the fix. I also had a problem with missing dispose() calls (see last comment on #155). As far as I understand it,...

Yes, empty directories definitely get lost when using git. To avoid this I usually create a ".gitignore" file containing a single "*" inside of my "empty" directories.