! Wrong method call mentioned in last commit.

This commit is contained in:
Pritpal Bedi
2012-08-07 00:42:49 +00:00
parent 238893024f
commit 2aa2f838e1

View File

@@ -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.