fix(#3210): tooltip-format on custom modules not working in some cases (#3213)

This commit is contained in:
Lars-Ragnar A. Haugen
2024-05-06 10:47:52 +02:00
committed by GitHub
parent 8e8ce0c6bc
commit a453ea3c70
2 changed files with 7 additions and 5 deletions

View File

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