Added option to show timezones in tooltip only and removed the extra
blank line at the bottom of the timezone list.
This commit is contained in:
@ -62,6 +62,7 @@ class Clock final : public ALabel {
|
||||
std::vector<const date::time_zone*> tzList_; // time zones list
|
||||
int tzCurrIdx_; // current time zone index for tzList_
|
||||
std::string tzText_{""}; // time zones text to print
|
||||
std::string tzTooltipFormat_{""}; // optional timezone tooltip format
|
||||
util::SleeperThread thread_;
|
||||
|
||||
// ordinal date in tooltip
|
||||
|
Reference in New Issue
Block a user