diff options
author | deva <deva> | 2010-08-13 12:01:56 +0000 |
---|---|---|
committer | deva <deva> | 2010-08-13 12:01:56 +0000 |
commit | 6031ee9c32023fe1202c7e8160dbb04fe4bd0429 (patch) | |
tree | 4ea9085cac31f781e8dc4b44c620e0e186e9e493 /client/widgets/combobox.h | |
parent | c58541468c5477323e35837a8f0aeaf41e5a0794 (diff) |
Re-disable scroll-change in comboboxes.
Diffstat (limited to 'client/widgets/combobox.h')
-rw-r--r-- | client/widgets/combobox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/combobox.h b/client/widgets/combobox.h index a706075..99b9795 100644 --- a/client/widgets/combobox.h +++ b/client/widgets/combobox.h @@ -59,7 +59,7 @@ public slots: protected: bool eventFilter(QObject *obj, QEvent *event); - void wheelEvent(QWheelEvent *); + // void wheelEvent(QWheelEvent *); void changeEvent(QEvent *event); private: |