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