Browse Source

Misc

tags/1.9.4
falkTX 10 years ago
parent
commit
f6ba3f4eeb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/modules/theme/CarlaStyleAnimations.hpp

+ 1
- 1
source/modules/theme/CarlaStyleAnimations.hpp View File

@@ -93,7 +93,7 @@ public:
}

protected:
bool isUpdateNeeded() const override
virtual bool isUpdateNeeded() const
{
return currentTime() > _delay;
}


Loading…
Cancel
Save