mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-29 02:49:23 +02:00
Gtk2: fixed weird window resizing under xfce. issue #41012
This commit is contained in:
parent
68f4d56310
commit
8d0afe3d1f
@ -892,7 +892,7 @@ begin
|
||||
{$ELSE}
|
||||
AWindowManager := 'Nil';
|
||||
{$ENDIF}
|
||||
if (AWindowManager = 'fly-wm') or (AWindowManager = 'openbox') then
|
||||
if (AWindowManager = 'fly-wm') or (AWindowManager = 'openbox') or (AWindowManager = 'xfwm4') then
|
||||
fLockTopLevelWindowResizeOnNativeCall := 1
|
||||
else
|
||||
fLockTopLevelWindowResizeOnNativeCall := 0;
|
||||
|
Loading…
Reference in New Issue
Block a user