Rework selections to make them not fail with weird button combinations
[quassel.git] / src / qtui / chatscene.h
index de6add9..17c009c 100644 (file)
@@ -97,6 +97,7 @@ class ChatScene : public QGraphicsScene {
     int _selectionStartCol, _selectionMinCol;
     int _selectionStart;
     int _selectionEnd;
+    int _firstSelectionRow, _lastSelectionRow;
     bool _isSelecting;
 
     bool _fetchingBacklog;