Fix Markdown/theme regression

This commit is contained in:
John Lewin 2018-07-13 17:09:41 -07:00
parent c8d0762314
commit 91f0f54d06

View file

@ -63,6 +63,8 @@ namespace Markdig.Renderers
public AggRenderer(GuiWidget rootWidget)
{
this.theme = ApplicationController.Instance.Theme;
buffer = new char[1024];
RootWidget = rootWidget;