1
0
mirror of https://github.com/chibicitiberiu/rainmeter-studio.git synced 2024-02-24 04:33:31 +00:00

Fixes an issue where ToolTips are still active on "hidden" meters.

This commit is contained in:
jsmorley 2010-09-12 21:49:57 +00:00
parent 3da0aa3f4c
commit 51ec7bfd7b

@ -713,6 +713,7 @@ void CMeter::UpdateToolTip()
SendMessage(hwndTT, TTM_SETTITLE, (WPARAM) hIcon, (LPARAM) text.c_str());
DestroyIcon(hIcon);
}
SendMessage(hwndTT, TTM_ACTIVATE, !IsHidden(), NULL);
}
/*