mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 20:38:08 +02:00
Gtk3: Make dock header button appear. Patch by Anton Kavalenka, issue #40346
This commit is contained in:
parent
b5a0144feb
commit
6d7ce926a7
@ -2441,13 +2441,13 @@ begin
|
||||
|
||||
w:=nil;
|
||||
|
||||
if uType=DFC_BUTTON then
|
||||
begin
|
||||
case uType of
|
||||
DFC_BUTTON,DFC_CAPTION:
|
||||
w:=GetStyleWidget(lgsButton);
|
||||
end else
|
||||
if uType=DFC_MENU then
|
||||
begin
|
||||
DFC_MENU:
|
||||
w:=GetStyleWidget(lgsMenu);
|
||||
else
|
||||
w:=GetStyleWidget(lgsDefault);
|
||||
end;
|
||||
|
||||
if not Assigned(w) then exit;
|
||||
|
Loading…
Reference in New Issue
Block a user