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:
juha 2021-06-17 22:42:24 +00:00
parent 07fbbd53b3
commit c2a25b1805

View File

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