commit
111ac05f7a
10 changed files with 4 additions and 11 deletions
|
|
@ -3,7 +3,6 @@
|
|||
// See the LICENSE.md file in the project root for more information.
|
||||
|
||||
using Markdig.Syntax;
|
||||
using MatterHackers.Agg;
|
||||
using MatterHackers.Agg.UI;
|
||||
using MatterHackers.MatterControl;
|
||||
|
||||
|
|
|
|||
|
|
@ -2,10 +2,7 @@
|
|||
// This file is licensed under the MIT license.
|
||||
// See the LICENSE.md file in the project root for more information.
|
||||
|
||||
using Markdig.Renderers.Agg.Inlines;
|
||||
using Markdig.Syntax;
|
||||
using MatterHackers.Agg;
|
||||
using MatterHackers.Agg.UI;
|
||||
|
||||
namespace Markdig.Renderers.Agg
|
||||
{
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ using System.Collections.Generic;
|
|||
using System.Net;
|
||||
using Markdig.Renderers;
|
||||
using Markdig.Renderers.Agg;
|
||||
using Markdig.Syntax.Inlines;
|
||||
using MatterHackers.Agg.UI;
|
||||
|
||||
namespace Markdig.Agg
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
// See the LICENSE.md file in the project root for more information.
|
||||
|
||||
using Markdig.Syntax;
|
||||
using MatterHackers.Agg.UI;
|
||||
|
||||
namespace Markdig.Renderers.Agg
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
using System;
|
||||
using Markdig.Syntax.Inlines;
|
||||
using MatterHackers.Agg.UI;
|
||||
|
||||
namespace Markdig.Renderers.Agg.Inlines
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
// See the LICENSE.md file in the project root for more information.
|
||||
|
||||
using Markdig.Syntax.Inlines;
|
||||
using MatterHackers.Agg.UI;
|
||||
|
||||
namespace Markdig.Renderers.Agg.Inlines
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
// See the LICENSE.md file in the project root for more information.
|
||||
|
||||
using Markdig.Syntax.Inlines;
|
||||
using MatterHackers.Agg;
|
||||
using MatterHackers.Agg.UI;
|
||||
|
||||
namespace Markdig.Renderers.Agg.Inlines
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
// See the LICENSE.md file in the project root for more information.
|
||||
|
||||
using Markdig.Syntax.Inlines;
|
||||
using MatterHackers.Agg.UI;
|
||||
|
||||
namespace Markdig.Renderers.Agg.Inlines
|
||||
{
|
||||
|
|
|
|||
|
|
@ -104,7 +104,10 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
// Set default Agg providers
|
||||
AggContext.Config.ProviderTypes.SystemWindowProvider = "MatterHackers.GlfwProvider.GlfwWindowProvider, MatterHackers.GlfwProvider";
|
||||
// for now we will ship release with the old renderer
|
||||
#if !DEBUG
|
||||
AggContext.Config.ProviderTypes.SystemWindowProvider = "MatterHackers.MatterControl.WinformsSingleWindowProvider, MatterControl.Winforms";
|
||||
#endif
|
||||
|
||||
string userProfilePath = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile);
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 720454009fedaec204b041fa934e0eeb4d2b0f5f
|
||||
Subproject commit 8bae949da8f042488815104f9bedbb08b919dd64
|
||||
Loading…
Add table
Add a link
Reference in a new issue