eula is running faster.
This commit is contained in:
parent
20a83a9f78
commit
37ed75aa58
3 changed files with 3 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue