Gtk2: always increase SM_CYMENU by border size

git-svn-id: trunk@35705 -
This commit is contained in:
zeljko 2012-03-04 15:33:36 +00:00
parent 811667feb8
commit 5405c2b6db

View File

@ -5845,8 +5845,7 @@ begin
if P <> nil then
Result := Result + GTK_Widget(P)^.requisition.Height;
end;
if compositeManagerRunning then
inc(Result, FCachedBorderSize);
inc(Result, FCachedBorderSize);
end;
SM_CYSMCAPTION:
begin