|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-01-22 11:46:46
|
Hi!
For compatibility com guilib.ch
File hWindow.prg
line 386
METHOD Activate( lShow, lMaximized, lMinimized, bActivate )
change
METHOD Activate( lShow, lMaximized, lMinimized, lCenter, bActivate )
Other line Activate Method.
METHOD Activate( lShow, lMaximized, lMinimized, bActivate ) CLASS
HMDIChildWindow
change
METHOD Activate( lShow, lMaximized, lMinimized, lCenter, bActivate )
CLASS HMDIChildWindow
and add this line 407
if lCenter
::Center()
end
Fix send by Jose Cunha.
Best regards,
Itamar M. Lins Jr.
|