tekbec

Results 1 issues of tekbec

Text styling on Listitem label is ignored. The issues is [here](https://github.com/willforde/script.module.codequick/blob/4a41e95c0f4b9d113b62818c09b4b45df83665b5/script.module.codequick/lib/codequick/listing.py#L597C1-L602C47): ``` @label.setter def label(self, label): # type: (str) -> None self.listitem.setLabel(label) unformatted_label = strip_formatting("", label) self.params["_title_"] = unformatted_label self.info["title"]...