Page 1 of 1

trbGroup.prg

PostPosted: Sat Jun 23, 2012 2:29 am
by Bayron
Painting Error that I detected since FWH10.2 'til FWH12.04

Line 652:

Code: Select all  Expand view
GradientFill( ::hDC, ::nHeight * 0.05, ::nWidth - 2, ::nHeight * 0.95, ::nWidth - 1, ;


Should be:


Code: Select all  Expand view
GradientFill( ::hDC, ::nHeight * 0.05, ::nWidth - 1, ::nHeight * 0.95, ::nWidth - 1, ;


Image