mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed the issue that RANDOM is replaced incorrectly in Measure=Calc.
This commit is contained in:
@ -35,6 +35,8 @@ public:
|
||||
|
||||
private:
|
||||
void FormulaReplace();
|
||||
bool IsDelimiter(WCHAR ch);
|
||||
|
||||
std::wstring m_Formula;
|
||||
std::wstring m_FormulaHolder;
|
||||
hqMathParser* m_Parser;
|
||||
@ -42,9 +44,9 @@ private:
|
||||
static hqStrMap* c_VarMap;
|
||||
static bool c_RandSeeded;
|
||||
|
||||
int m_UpdateRandom;
|
||||
int m_LowBound;
|
||||
int m_HighBound;
|
||||
bool m_UpdateRandom;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user