2008-08-07 09:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/achoice.prg
* Minor formatting.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-08-07 09:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* source/rtl/achoice.prg
|
||||
* Minor formatting.
|
||||
|
||||
2008-08-07 09:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* include/hbdefs.h
|
||||
! Changed HB_SYMBOL_UNUSED() to better work for all
|
||||
|
||||
@@ -159,10 +159,10 @@ FUNCTION AChoice( nTop, nLeft, nBottom, nRight, acItems, xSelect, xUserFunc, nPo
|
||||
nPos := 0
|
||||
lFinished := .T.
|
||||
|
||||
CASE ( nKey == K_MWFORWARD )
|
||||
CASE nKey == K_MWFORWARD
|
||||
Keyboard( Chr( K_UP ) )
|
||||
|
||||
CASE ( nKey == K_MWBACKWARD )
|
||||
CASE nKey == K_MWBACKWARD
|
||||
Keyboard( Chr( K_DOWN ) )
|
||||
|
||||
CASE nKey == K_LDBLCLK
|
||||
|
||||
Reference in New Issue
Block a user