mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 18:40:16 +00:00
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.