Removed few-step scroll.
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
namespace chatterino {
|
||||
|
||||
#define NOTEBOOK_TAB_HEIGHT 28
|
||||
#define WHEEL_STEP 240
|
||||
|
||||
// class Notebook;
|
||||
class Notebook;
|
||||
@@ -85,8 +84,6 @@ private:
|
||||
bool mouseOverX_ = false;
|
||||
bool mouseDownX_ = false;
|
||||
|
||||
float wheelValue = 0;
|
||||
|
||||
HighlightState highlightState_ = HighlightState::None;
|
||||
bool highlightEnabled_ = true;
|
||||
QAction *highlightNewMessagesAction_;
|
||||
|
||||
Reference in New Issue
Block a user