diff options
Diffstat (limited to 'gui/ListWidget.cpp')
-rw-r--r-- | gui/ListWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ListWidget.cpp b/gui/ListWidget.cpp index faa70b3cec..bb785e8212 100644 --- a/gui/ListWidget.cpp +++ b/gui/ListWidget.cpp @@ -261,7 +261,7 @@ bool ListWidget::handleKeyDown(uint16 ascii, int keycode, int modifiers) { _scrollBar->draw(); } -#if !defined(__PALM_OS__) +#if !defined(PALMOS_MODE) // not done on PalmOS because keyboard is emulated and keyup is not generated _currentKeyDown = keycode; #endif |