diff options
| author | Brian Potchik <brian@vector35.com> | 2019-05-25 14:44:12 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-05-25 14:44:12 -0400 |
| commit | a3b1547175eb776498f15ff662ecf309a7af8009 (patch) | |
| tree | 7c7d2cd962a13f2e9ef6fe54f5de4433a68495f5 /ui/hexeditor.h | |
| parent | 42b86fa6d2d7b03ac8e6cec6df02e0dc2707ac8d (diff) | |
Fix remaining button state tracking bugs.
Diffstat (limited to 'ui/hexeditor.h')
| -rw-r--r-- | ui/hexeditor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/hexeditor.h b/ui/hexeditor.h index b628a2dd..1c5ff71b 100644 --- a/ui/hexeditor.h +++ b/ui/hexeditor.h @@ -161,7 +161,6 @@ private: bool m_cursorAscii; bool m_caretVisible, m_caretBlink; bool m_insertMode; - bool m_leftButtonDown; QString m_status; QTimer* m_cursorTimer; QTimer* m_updateTimer; @@ -181,7 +180,6 @@ protected: virtual void keyReleaseEvent(QKeyEvent* event) override; virtual void mousePressEvent(QMouseEvent* event) override; virtual void mouseMoveEvent(QMouseEvent* event) override; - virtual void mouseReleaseEvent(QMouseEvent* event) override; virtual bool event(QEvent* event) override; virtual void wheelEvent(QWheelEvent* event) override; |
