eula is running faster.

This commit is contained in:
Lars Brubaker 2016-07-07 11:21:35 -07:00
parent 20a83a9f78
commit 37ed75aa58
3 changed files with 3 additions and 4 deletions

View file

@ -49,10 +49,9 @@ public class LicenseAgreementPage : WizardPage
scrollable.ScrollArea.HAnchor = HAnchor.ParentLeftRight;
contentRow.AddChild(scrollable);
var textBox = new WrappedTextWidget(eulaText, 200, textColor: ActiveTheme.Instance.PrimaryTextColor)
var textBox = new WrappedTextWidget(eulaText, 200, textColor: ActiveTheme.Instance.PrimaryTextColor, doubleBufferText: false)
{
DrawFromHintedCache = true,
DoubleBuffer = false,
};
scrollable.AddChild(textBox);