Re: [chlor-develop] GrabHandTool and autoscrolling
Status: Pre-Alpha
Brought to you by:
lenny222
|
From: <chl...@li...> - 2006-04-06 21:29:58
|
> Autoscrolling happens via the mouseDragged method of ChlorMainView > by an unconditional call of [self autoscroll: theEvent]. We can > make that conditional, but then ChlorMainView would be stateful > (i.e. autoscrolling could be switched on and off). Is this a problem? Autoscrolling is enable to allow the active tool behave proberly when one drag the mouse "outside" of the view. If this is not wanted we should disable this for the grabhand. We can do this in CGrabhandTool's activate:/deactivate: methods. Or am i missing something? Bye, Lenny |