mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-03 00:59: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}
|
{$ELSE}
|
||||||
AWindowManager := 'Nil';
|
AWindowManager := 'Nil';
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
if (AWindowManager = 'fly-wm') or (AWindowManager = 'openbox') then
|
if (AWindowManager = 'fly-wm') or (AWindowManager = 'openbox') or (AWindowManager = 'xfwm4') then
|
||||||
fLockTopLevelWindowResizeOnNativeCall := 1
|
fLockTopLevelWindowResizeOnNativeCall := 1
|
||||||
else
|
else
|
||||||
fLockTopLevelWindowResizeOnNativeCall := 0;
|
fLockTopLevelWindowResizeOnNativeCall := 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user