[Gambas-bugtracker] Bug #2782: Height and width suppression processing bug in resize event
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Mon Aug 28 13:07:46 CEST 2023
http://gambaswiki.org/bugtracker/edit?object=BUG.2782&from=L21haW4-
Comment #1 by Benoît MINISINI:
Did your window manager changed since gambas 3.16.2 ?
Anyway, resizing a window during a resize event should not work reliably, because the resizing is actually done inside the window manager process completely asynchronously. So while resizing a window with the mouse, the movements of the mouse override your explicite resize done in the resize event handler.
I don't know if there is a real working solution for that.
More information about the Bugtracker
mailing list