mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 01:29:08 +02:00
Gtk2: always increase SM_CYMENU by border size
git-svn-id: trunk@35705 -
This commit is contained in:
parent
811667feb8
commit
5405c2b6db
@ -5845,8 +5845,7 @@ begin
|
|||||||
if P <> nil then
|
if P <> nil then
|
||||||
Result := Result + GTK_Widget(P)^.requisition.Height;
|
Result := Result + GTK_Widget(P)^.requisition.Height;
|
||||||
end;
|
end;
|
||||||
if compositeManagerRunning then
|
inc(Result, FCachedBorderSize);
|
||||||
inc(Result, FCachedBorderSize);
|
|
||||||
end;
|
end;
|
||||||
SM_CYSMCAPTION:
|
SM_CYSMCAPTION:
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user