added auto-scroll to rich text effect

This commit is contained in:
itsmattkc
2019-03-14 23:34:10 +11:00
parent 9fc542e688
commit 16da36f364
8 changed files with 98 additions and 31 deletions
+1 -7
View File
@@ -121,7 +121,6 @@ Effect::Effect(Clip* c, const EffectMeta *em) :
flags_(0),
glslProgram(nullptr),
texture(nullptr),
enable_always_update_(false),
isOpen(false),
bound(false),
iterations(1)
@@ -489,12 +488,7 @@ void Effect::load_from_file() {
bool Effect::AlwaysUpdate()
{
return enable_always_update_;
}
void Effect::SetAlwaysUpdate(bool b)
{
enable_always_update_ = b;
return false;
}
bool Effect::IsEnabled() {