From 2aa2f838e11f05e48d80d89baf30182ced5c3b8a Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Tue, 7 Aug 2012 00:42:49 +0000 Subject: [PATCH] ! Wrong method call mentioned in last commit. --- harbour/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.