[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gambas-bugtracker] Bug #3009: QT6 Form is maximizeable while form is not resizeable.
[Thread Prev] | [Thread Next]
- Subject: [Gambas-bugtracker] Bug #3009: QT6 Form is maximizeable while form is not resizeable.
- From: <bugtracker@xxxxxxxxxxxxxx>
- Date: Sat, 09 Aug 2025 07:34:29 GMT
- To: hasanmerkit@xxxxxxxxxx,bsteers@xxxxxxxxx,bugtracker@xxxxxxxxxxxxxxxxxxxxxx
http://gambaswiki.org/bugtracker/edit?object=BUG.3009&from=L21haW4- Comment #25 by Benoît MINISINI: > For GTK (Not QT), from source code build, works perfect! (3.20.99 Development) > But Debian Repo is downloading not fixed version (3.20.2). > Also QT bug is still happend in source code version. > And thank you for fixed GTK version As for QT5, it's a bug in QT5, I can't fix it. Did you try with QT6? It should work better logically. Wayland is really a design nightmare, as every library and every desktop must rewrite a lot a features that was provided by X11. Consequently, the same program always behave differently according to the graphical library used, and the desktop it will run on. So you will have bugs in some toolkit for some feature and not others. You will have bugs when running on some desktop and not others... We cannot do anything against that in our code, and the Wayland developers refuse to fix their design. The only thing we can do is not using Wayland. Benoît MINISINI changed the state of the bug to: Working. ----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----