mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
IfEqualAction: Now compares the values as 64bit integer.
http://rainmeter.net/forum/viewtopic.php?p=76312#p76312
This commit is contained in:
@ -99,7 +99,7 @@ protected:
|
||||
UINT m_AveragePos;
|
||||
UINT m_AverageSize;
|
||||
|
||||
double m_IfEqualValue; // The limit for the IfEqual action
|
||||
int64_t m_IfEqualValue; // The limit for the IfEqual action
|
||||
double m_IfAboveValue; // The limit for the IfAbove action
|
||||
double m_IfBelowValue; // The limit for the IfBelow action
|
||||
std::wstring m_IfEqualAction; // The IfEqual action
|
||||
|
Reference in New Issue
Block a user