Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GUI: LineEdit: Fix cursor jumping to the end when editing
The issue was that editing the text triggers the change of the option, which in turn triggers updateUiState which sets the content of the LineEdit to the changed option causing the cursor to jump to the end. As a workaround only set the LineEdit contet when it's not focused.
- Loading branch information