mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 10:49:16 +02:00
LCL-GTK3: Show form's title bar in all window managers with border style bsSingle. Issue #39013, patch by Anton Kavalenka.
git-svn-id: trunk@65260 -
This commit is contained in:
parent
07fbbd53b3
commit
c2a25b1805
@ -7393,7 +7393,7 @@ begin
|
|||||||
bs:=AForm.BorderStyle;
|
bs:=AForm.BorderStyle;
|
||||||
|
|
||||||
case bs of
|
case bs of
|
||||||
bsSingle: result:=result or GDK_DECOR_BORDER;
|
bsSingle: result:=result or GDK_DECOR_TITLE{GDK_DECOR_BORDER};
|
||||||
bsDialog:
|
bsDialog:
|
||||||
result:=result or GDK_DECOR_BORDER or GDK_DECOR_TITLE;
|
result:=result or GDK_DECOR_BORDER or GDK_DECOR_TITLE;
|
||||||
bsSizeable:
|
bsSizeable:
|
||||||
|
Loading…
Reference in New Issue
Block a user