On Mon, 5 Oct 2015 23:04:56 +0300 Juha Manninen <[email protected]> wrote:
> On Sat, Oct 3, 2015 at 2:57 AM, Anthony Walter <[email protected]> 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
