Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
logic analyzer: fix annotation empty string causing infinite loop
- Handle the edge case where an empty string passed to the shortenAnnotationText function causes an infinite loop. This fix ensures that the function returns the extension ("...") when the text is empty or the maxWidth is too small to fit the extension. Signed-off-by: Adrian Stanea <[email protected]>
- Loading branch information