Skip to content

Conversation

@nandhishtr
Copy link
Contributor

Issue: Timing between 'returnPressed' and 'activated' signal being emitted was causing this issue. The 'returnPressed' triggers a model update synchronously. This resets the model before QCompleter finishes processing the 'activated' signal.
Solution: Use QueuedConnection to allow QCompleter to emit 'activated' before the model is updated.

@sonarqubecloud
Copy link

@diegoiast diegoiast merged commit 5910b4a into codepointerapp:main Dec 15, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants