diff options
Diffstat (limited to 'src/tastylistview.cpp')
-rw-r--r-- | src/tastylistview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tastylistview.cpp b/src/tastylistview.cpp index f958bfc..4448528 100644 --- a/src/tastylistview.cpp +++ b/src/tastylistview.cpp @@ -208,6 +208,7 @@ void TastyListView::keyPressEvent( TQKeyEvent * e ) break; default: + e->ignore(); break; } } |