Página 1 de 1

Error in StdControl.prg

Publicado: Vie Sep 26, 2008 10:27 am
por Oleg
Dear developers!
It seems that I have casually found an error in SourceStdControl.prg
(Xailer 1.9.7).
In method Set3D the line
SetWindowLong( ::Handle, GWL_EXSTYLE, ::nCtlStyle )
is incorrect,
must be
SetWindowLong( ::Handle, GWL_EXSTYLE, ::nExStyle )
Regards, Oleg