mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Cosmetic changes.
This commit is contained in:
@ -312,7 +312,7 @@ bool CMeterButton::MouseMove(POINT pos)
|
||||
else
|
||||
{
|
||||
// If the left button is not down anymore the clicked state needs to be set false
|
||||
if (!(GetKeyState(VK_LBUTTON) < 0))
|
||||
if (!IsLButtonDown())
|
||||
{
|
||||
m_Clicked = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user