[Lazarus] Option hints popup truncated

Mattias Gaertner nc-gaertnma at netcologne.de
Mon Jun 2 22:00:26 CEST 2014


On Mon, 2 Jun 2014 21:44:53 +0200
Bart <bartjunk64 at gmail.com> wrote:

> On 6/2/14, Michael Van Canneyt <michael at freepascal.org> wrote:
> 
> > The popup with the hints for the arguments to a function is sometimes
> > truncated:
> > it is too short to display the contents, and the contents is cut off halfway
> > the popup.
> 
> I see this frequently, but then again not always on my Linux VM.
> My IDE is build for GTK2

I agree with Zeljko it looks like a clipping bug.
This hint is painted in ide/codecontextform using
the form's Canvas.ClipRect. I replaced the Canvas.ClipRect with
ClientRect.

Please test.

Mattias






More information about the Lazarus mailing list