Skip to content

Commit

Permalink
(#63) FormulaControl: remove redundant args
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jan 21, 2023
1 parent d8f5c29 commit 15efae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WpfMath/Controls/FormulaControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ private void Render()

using (var drawingContext = visual.RenderOpen())
{
texFormula.RenderTo(drawingContext, environment, Scale, 0, 0);
texFormula.RenderTo(drawingContext, environment, Scale);
}
formulaContainerElement.Visual = visual;
}
Expand Down

0 comments on commit 15efae2

Please sign in to comment.