mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed a issue that unnecessary UpdateToolTip() is executed excessively due to uninitialized m_ToolTipHandle.
This commit is contained in:
parent
cd074cd44d
commit
d9a89ccdec
@ -62,6 +62,8 @@ CMeter::CMeter(CMeterWindow* meterWindow)
|
|||||||
m_HasMouseAction = false;
|
m_HasMouseAction = false;
|
||||||
m_MouseActionCursor = true;
|
m_MouseActionCursor = true;
|
||||||
|
|
||||||
|
m_ToolTipHandle = NULL;
|
||||||
|
|
||||||
m_MeterWindow = meterWindow;
|
m_MeterWindow = meterWindow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user