mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 22:58:14 +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;
|
||||
|
||||
case bs of
|
||||
bsSingle: result:=result or GDK_DECOR_BORDER;
|
||||
bsSingle: result:=result or GDK_DECOR_TITLE{GDK_DECOR_BORDER};
|
||||
bsDialog:
|
||||
result:=result or GDK_DECOR_BORDER or GDK_DECOR_TITLE;
|
||||
bsSizeable:
|
||||
|
Loading…
Reference in New Issue
Block a user