diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b832ce8d60..09fe7e493e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -31,7 +31,7 @@ LOCAL oToolTip IF oEvent:type() == QEvent_ToolTip oToolTip := QToolTip() - oToolTip:setText( "some other text" ) + oToolTip:showText( oEvent:globalPos(), "some other text" ) RETURN .T. /* To stop the event chain */ ENDIF RETURN .F.