[Lazarus] "Checkbox for Booleans" in Object Inspector now used as default

Mattias Gaertner nc-gaertnma at netcologne.de
Mon Oct 5 22:32:13 CEST 2015


On Mon, 5 Oct 2015 23:04:56 +0300
Juha Manninen <juha.manninen62 at gmail.com> wrote:

> On Sat, Oct 3, 2015 at 2:57 AM, Anthony Walter <sysrpl at gmail.com> wrote:
> > One thing I've noticed about gtk versions of the inspector is the lagginess
> > of the inspector when mouse dragging with the left button pressed.
> 
> Maybe the editors should be updated only with MouseUp event.
> It is interesting that the properties are now updated with mouse drag.
> I don't remember which events are used for it but it could be changed.
> A timer for this purpose feels like a hack. I believe it can be
> handled with proper events.

As soon as the property-changed event comes the OI should clean up or
invalidate references. The painting, creation, update of the controls
can be delayed for example with OnIdle.

Mattias




More information about the Lazarus mailing list