mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update comment
This commit is contained in:
parent
c12c829dc6
commit
fc0cb06239
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ impl Tag {
|
|||
|
||||
// Init `Self`
|
||||
tag_table.add(&found);
|
||||
tag_table.add(¤t); // keep current priority as `current` overwrites `found` tag!
|
||||
tag_table.add(¤t); // keep current priority as `current` should overwrite `found`
|
||||
// https://docs.gtk.org/gtk4/method.TextTag.set_priority.html
|
||||
|
||||
Self { current, found }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue