Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call updateHighlighting at most once when definitionChanged
Instead of using a signal connection here, call the function directly. This is slightly more efficient, but - more importantly - ensures we don't reconnect this signal multiple times, once every time we call HighlightedText::setText.
- Loading branch information