[Gambas-user] [Gambas Bug Tracker] Bug #781: gtk+/gtk3 different with qt4, position y = 0 qt4 window is not at bottom panel
bugtracker at ...3416...
bugtracker at ...3416...
Sat Oct 3 19:15:31 CEST 2015
http://gambaswiki.org/bugtracker/edit?object=BUG.781&from=L21haW4-
Comment #3 by Benoît MINISINI:
Well, then maybe it's the fault of your window manager?
When Gambas creates a window, it does not send a move request until you call the Move() method explicitly with a position
different from (0,0). In other words, having an initial position of (0,0) is the same thing as having no initial position.
In that case, it's the window manager that decides where the windows will appear.
I will check the Qt source when I have time to see if he sends an initial window position even if Gambas does not specify any.
Note that on KDE, both windows appears under the task bar : the window manager prevents any window to appear behind it whatever the initial position I specify.
More information about the User
mailing list