1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

Update of MFC samples for problem "Mouse selection issue is repeatable on all your application"

This commit is contained in:
bugmaster
2011-04-20 14:01:48 +00:00
committed by bugmaster
parent 7fd59977df
commit 62a0addbcc
3 changed files with 18 additions and 12 deletions

View File

@@ -198,7 +198,7 @@ void CAnimationDoc::DragEvent(const Standard_Integer x ,
theButtonDownY=y;
}
if (TheState == 0)
if (TheState == 1)
myAISContext->Select(theButtonDownX,theButtonDownY,x,y,aView);
}