sync tooltip updates without resetting hover state

This commit is contained in:
Alison
2026-03-02 23:49:22 -08:00
parent a97e8dad7c
commit 3eb2c7e8f4
2 changed files with 14 additions and 11 deletions

View File

@@ -35,6 +35,7 @@ class Custom : public ALabel {
std::string id_;
std::string alt_;
std::string tooltip_;
std::string last_tooltip_markup_;
const bool tooltip_format_enabled_;
std::vector<std::string> class_;
int percentage_;