forked from qt-creator/qt-creator
Added an option to disable the mouse navigation
It's conflicting too much with pasting for some, so better have the option to just turn it off.
This commit is contained in:
@@ -54,6 +54,7 @@ struct TEXTEDITOR_EXPORT DisplaySettings
|
||||
bool m_highlightCurrentLine;
|
||||
bool m_highlightBlocks;
|
||||
bool m_animateMatchingParentheses;
|
||||
bool m_mouseNavigation;
|
||||
|
||||
bool equals(const DisplaySettings &ds) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user