Merge pull request #4900 from AlisonB319/ab319/fix-hover-2

fix: sync tooltip updates without resetting hover state
This commit is contained in:
Alexis Rouillard
2026-03-04 22:42:16 +01:00
committed by GitHub
2 changed files with 14 additions and 7 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_;