Merge branch 'fix-shift-arrow-end' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-shift-arrow-end
This commit is contained in:
@@ -747,7 +747,7 @@ namespace FlaxEngine.GUI
|
||||
{
|
||||
SetSelection(SelectionRight);
|
||||
}
|
||||
else if (SelectionRight < TextLength)
|
||||
else if (SelectionRight < TextLength || (_selectionEnd < _selectionStart && _selectionStart == TextLength))
|
||||
{
|
||||
int position;
|
||||
if (ctrl)
|
||||
|
||||
Reference in New Issue
Block a user