[Igarden-commit] Garden/source/PlanTool InfoTool.cpp,1.6,1.6.2.1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-01-20 15:52:33
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv8825 Modified Files: Tag: Release_branch_v1 InfoTool.cpp Log Message: Fixed some application waits (spinning beachball cursor) Index: InfoTool.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/InfoTool.cpp,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -d -r1.6 -r1.6.2.1 *** InfoTool.cpp 15 Apr 2005 22:22:25 -0000 1.6 --- InfoTool.cpp 20 Jan 2007 15:52:32 -0000 1.6.2.1 *************** *** 98,102 **** XGDynArray<Element*> results; - XGDraw draw(view); MyAssert(view != NULL); --- 98,101 ---- *************** *** 120,123 **** --- 119,123 ---- if(_curInfoView != NULL) { + XGDraw draw(view); view->PlanPointToPixel(point, where); |