forked from qt-creator/qt-creator
Add "center cursor on scroll" option for the base text editor
This commit is contained in:
@@ -56,6 +56,7 @@ struct TEXTEDITOR_EXPORT DisplaySettings
|
||||
bool m_animateMatchingParentheses;
|
||||
bool m_markTextChanges;
|
||||
bool m_autoFoldFirstComment;
|
||||
bool m_centerCursorOnScroll;
|
||||
|
||||
bool equals(const DisplaySettings &ds) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user