Fixed logic scrolling lock

This commit is contained in:
Anuken
2020-08-18 14:47:57 -04:00
parent ca864655d1
commit a814b799e0
2 changed files with 1 additions and 2 deletions

View File

@@ -58,7 +58,6 @@ public class LCanvas extends Table{
Core.app.post(() -> {
pane.setScrollPercentY(s);
pane.updateVisualScroll();
pane.requestScroll();
});
if(toLoad != null){