Merge branch 'develop' for release v3.23.1

This commit is contained in:
emeric
2021-01-17 18:16:30 +01:00
+1 -1
View File
@@ -27,8 +27,8 @@ namespace UserInterface
auto res {std::make_unique<Wt::WTemplate>(Wt::WString::tr("Lms.LoadingIndicator.template"))};
res->addFunction("tr", &Wt::WTemplate::Functions::tr);
res->setScrollVisibilityMargin(200);
res->setScrollVisibilityEnabled(true);
res->setScrollVisibilityMargin(200);
return res;
}