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:
zeljan1 2025-02-09 22:47:33 +01:00
parent c26c03b6ae
commit 9d7bd8fdd8

View File

@ -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