[Quantproject-developers] QuantDownloader/Downloader/QuotesEditor VisualValidationChart.cs,1.1,1.2
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-03-24 18:34:16
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24530/Downloader/QuotesEditor Modified Files: VisualValidationChart.cs Log Message: startDateTime and endDateTime were not updated: fixed. Index: VisualValidationChart.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/VisualValidationChart.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** VisualValidationChart.cs 21 Mar 2004 16:47:36 -0000 1.1 --- VisualValidationChart.cs 24 Mar 2004 18:23:32 -0000 1.2 *************** *** 37,41 **** protected void add( History history , Color color ) { ! if ( this.startDateTime == DateTime.MinValue ) // the startDateTime is not computed yet this.onPaint_setTimeInterval( history ); --- 37,41 ---- protected void add( History history , Color color ) { ! // if ( this.startDateTime == DateTime.MinValue ) // the startDateTime is not computed yet this.onPaint_setTimeInterval( history ); |