20000209-07:35 GMT+1 Antonio Linares <alinares@fivetech.com>

This commit is contained in:
Antonio Linares
2000-02-09 06:37:47 +00:00
parent 09980f0da8
commit cf4b711341
3 changed files with 22 additions and 6 deletions

View File

@@ -364,6 +364,9 @@ METHOD HandleEvent() CLASS TDebugger
::aWindows[ ::nCurrentWindow ]:SetFocus( .t. )
endif
case nKey == K_LDBLCLK
Alert( "Mouse Left button doble click" )
case nKey == K_LBUTTONDOWN
if MRow() == 0
if ( nPopup := ::oPullDown:GetItemOrdByCoors( 0, MCol() ) ) != 0