Sunday, May 24, 2009

Another bug!

Well, as has become a tradition with GradeL releases, right after I get a new release out I discover another bug. This one will be obvious to anyone that uses GradeL to track student attendance. The column headers will appear two pixels higher than they should. Users who download the source package could patch the problem by editing line 919 of frmGradeL.class. The line should read:
temppb.Y = MAIN_Y + 1
instead of:
temppb.Y = 26
Of course, the fix will be included in the next release, which will now be sooner than expected.

Take care!

No comments: