disableFastMoveDrag question.

disableFastMoveDrag question.

Anonymous
Not applicable
254 Views
0 Replies
Message 1 of 1

disableFastMoveDrag question.

Anonymous
Not applicable
I've had success disabling fast move drag from within worldDraw using AcGiCommonDraw::context()->disableFastMoveDrag(). When attempting to remove the individual calls from worldDraw with the following code called during kLoadDwg...

AcGiContext* pContext = acdbSetDefaultAcGiContext(NULL);
pContext->disableFastMoveDrag();
acdbSetDefaultAcGiContext(pContext);

... but the context passed into subsequent worldDraw calls does not have fast move drag disabled.
0 Likes
255 Views
0 Replies
Replies (0)