mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 08:09:26 +02:00
IDE: code context: add some space for fractionals
git-svn-id: trunk@26490 -
This commit is contained in:
parent
e2ed529beb
commit
9b63777a25
@ -767,6 +767,9 @@ begin
|
||||
NewMaxWidth:=CurHintRect.Right;
|
||||
NewMaxHeight:=CurHintRect.Bottom;
|
||||
end;
|
||||
// for fractionals add some space
|
||||
inc(NewMaxWidth,2);
|
||||
inc(NewMaxHeight,2);
|
||||
if Draw then begin
|
||||
// fill rest of form
|
||||
if NewMaxHeight<MaxHeight then
|
||||
|
Loading…
Reference in New Issue
Block a user