[DEVELOPMENT ENVIRONMENT]

* BUG: Correct an error on the help show way


git-svn-id: svn://localhost/gambas/trunk@2201 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Fabien Bodard 2009-08-01 09:14:45 +00:00
parent a2ea9ce4a3
commit ec40aef9ae

View File

@ -19,6 +19,7 @@ Private Sub ShowHelp(hEditor As Editor)
iX = hEditor.CursorX
Do
If hCont Is Form Then Break
iX += hCont.X
iY += hCont.Y
hCont = hCont.Parent