mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Tooltips: Added ToolTipWidth= key | Fix for using [MeasureName] as ToolTipText alone.
This commit is contained in:
@ -2349,6 +2349,10 @@ void CMeterWindow::Update(bool nodraw)
|
||||
j = m_Meters.begin();
|
||||
for ( ; j != m_Meters.end(); ++j)
|
||||
{
|
||||
if (!((*j)->GetToolTipHandle() != NULL) && (!(*j)->GetToolTipText().empty()))
|
||||
{
|
||||
(*j)->CreateToolTip(this);
|
||||
}
|
||||
if ((*j)->GetToolTipHandle() != NULL)
|
||||
{
|
||||
(*j)->UpdateToolTip();
|
||||
|
Reference in New Issue
Block a user