diff --git a/Demos/UiDemo.cs b/Demos/UiDemo.cs index 1bb7b47..bc23244 100644 --- a/Demos/UiDemo.cs +++ b/Demos/UiDemo.cs @@ -69,7 +69,6 @@ namespace Demos { // create the root panel that all the other components sit on and add it to the ui system this.root = new Panel(Anchor.Center, new Vector2(80, 100), Vector2.Zero, false, true); - this.root.ScrollBar.SmoothScrolling = true; // add the root to the demos' ui this.UiRoot.AddChild(this.root);