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. Juha -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
