From bb3a9e4cb308c8353f77b424445b5df23040340a Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Mon, 26 Jan 2004 07:35:31 +0000 Subject: Undo old tweak not necessary anymore svn-id: r12603 --- gui/ListWidget.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gui/ListWidget.cpp') diff --git a/gui/ListWidget.cpp b/gui/ListWidget.cpp index af38688eba..afd7d37b15 100644 --- a/gui/ListWidget.cpp +++ b/gui/ListWidget.cpp @@ -218,10 +218,8 @@ bool ListWidget::handleKeyDown(uint16 ascii, int keycode, int modifiers) { _scrollBar->draw(); } -#if !defined(_WIN32_WCE) && !defined(__PALM_OS__) - // not done on WinCE / PalmOS because keyboard is emulated and - // keyup is not generated - +#if !defined(__PALM_OS__) + // not done on PalmOS because keyboard is emulated and keyup is not generated _currentKeyDown = keycode; #endif -- cgit v1.2.3