mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
update comment
This commit is contained in:
parent
c12c829dc6
commit
fc0cb06239
@ -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…
x
Reference in New Issue
Block a user