mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 20:40:25 +02:00
Gtk3: give some more time to window to configure itself. Sometimes, some forms stay invisible because it need more time to refresh and configure. Related to the issue #41412
This commit is contained in:
parent
c26c03b6ae
commit
9d7bd8fdd8
@ -254,8 +254,8 @@ var
|
||||
|
||||
procedure CheckAndFixGeometry;
|
||||
const
|
||||
WaitDelay: gulong = 2000;
|
||||
WaitLoops: integer = 2;
|
||||
WaitDelay: gulong = 3000;
|
||||
WaitLoops: integer = 4;
|
||||
var
|
||||
x, y, w, h: gint;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user