! Wrong method call mentioned in last commit.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user