Fix Markdown/theme regression
This commit is contained in:
parent
c8d0762314
commit
91f0f54d06
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ namespace Markdig.Renderers
|
|||
|
||||
public AggRenderer(GuiWidget rootWidget)
|
||||
{
|
||||
this.theme = ApplicationController.Instance.Theme;
|
||||
|
||||
buffer = new char[1024];
|
||||
RootWidget = rootWidget;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue