ui: Switched default mouse drag in code view to code selection, panning when Shift is pressed

This commit is contained in:
Eberhard Graether
2017-01-27 11:23:49 +01:00
parent 590f4138e1
commit 7ee9624217
2 changed files with 21 additions and 20 deletions
+1
View File
@@ -109,6 +109,7 @@ private slots:
void updateLineNumberAreaWidth(int newBlockCount = 0);
void updateLineNumberArea(const QRect&, int);
void clearSelection();
void setCursor(const QTextCursor& cursor);
void setIDECursorPosition();
private: