mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Always scroll source to selected line.
This commit is contained in:
parent
d45efbe640
commit
77a875ff6b
@ -829,7 +829,7 @@ void TextEditor::SetReadOnly(bool aValue)
|
||||
|
||||
void TextEditor::SetCursorPosition(const Coordinates & aPosition)
|
||||
{
|
||||
if (mState.mCursorPosition != aPosition)
|
||||
//if (mState.mCursorPosition != aPosition)
|
||||
{
|
||||
mState.mCursorPosition = aPosition;
|
||||
EnsureCursorVisible();
|
||||
|
Loading…
x
Reference in New Issue
Block a user