mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed: IfActions not fired when measure is disabled
This commit is contained in:
@ -70,10 +70,8 @@ CMeasurePlugin::~CMeasurePlugin()
|
||||
** Gets the current value from the plugin
|
||||
**
|
||||
*/
|
||||
bool CMeasurePlugin::Update()
|
||||
void CMeasurePlugin::UpdateValue()
|
||||
{
|
||||
if (!CMeasure::PreUpdate()) return false;
|
||||
|
||||
if (m_UpdateFunc)
|
||||
{
|
||||
if (IsNewApi())
|
||||
@ -95,8 +93,6 @@ bool CMeasurePlugin::Update()
|
||||
// Reset to default
|
||||
CSystem::ResetWorkingDirectory();
|
||||
}
|
||||
|
||||
return PostUpdate();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user