Move cursor to the end of the insertion after pasing in a Textbox
This commit is contained in:
parent
fc93b71485
commit
dddc04e412
@ -162,6 +162,7 @@ void Textbox::pasteIntoSelection()
|
||||
cursor = getLowerSelectionBound();
|
||||
}
|
||||
backingText.insert(cursor, newText);
|
||||
cursor = cursor+newText.length();
|
||||
ClearSelection();
|
||||
|
||||
if(masked)
|
||||
|
Loading…
Reference in New Issue
Block a user