Update of /cvsroot/jprojecttimer/jprojecttimer/de/cgarbs/apps/jprojecttimer
In directory usw-pr-cvs1:/tmp/cvs-serv21184/jprojecttimer/de/cgarbs/apps/jprojecttimer
Modified Files:
ProjectPane.java
Log Message:
Bug correction (color refreshing)
Index: ProjectPane.java
===================================================================
RCS file: /cvsroot/jprojecttimer/jprojecttimer/de/cgarbs/apps/jprojecttimer/ProjectPane.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ProjectPane.java 18 Jun 2002 12:56:22 -0000 1.4
--- ProjectPane.java 3 Jul 2002 13:17:51 -0000 1.5
***************
*** 121,125 ****
{
project.setGanttColor (i, col);
! colorLabel[i].setBackground(col);
}
--- 121,125 ----
{
project.setGanttColor (i, col);
! colorButton[i].setBackground(col);
}
|