|
From: <de...@us...> - 2003-09-09 05:10:34
|
Update of /cvsroot/fudaa/fudaa_devel/fudaa/src/org/fudaa/fudaa/lido/graphe
In directory sc8-pr-cvs1:/tmp/cvs-serv23942/graphe
Modified Files:
LidoGrapheProfil.java
Log Message:
Correction bogue 801164
Index: LidoGrapheProfil.java
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/fudaa/src/org/fudaa/fudaa/lido/graphe/LidoGrapheProfil.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** LidoGrapheProfil.java 4 Jul 2003 15:46:50 -0000 1.7
--- LidoGrapheProfil.java 8 Sep 2003 08:00:39 -0000 1.8
***************
*** 23,27 ****
* Un composant pour afficher les profils.
*
! * @version $Revision$ $Date$ by $Author$
* @author Axel von Arnim
*/
--- 23,27 ----
* Un composant pour afficher les profils.
*
! * @version $Id$
* @author Axel von Arnim
*/
***************
*** 292,298 ****
return;
axeX_[0] = axeX_[1] = axeZ_[0] = axeZ_[1] = null;
- if (FudaaLib.DEBUG)
- System.out.println("update graphe");
updateParametres();
}
}
--- 292,297 ----
return;
axeX_[0] = axeX_[1] = axeZ_[0] = axeZ_[1] = null;
updateParametres();
+ updateGraphe();
}
}
|