Replace Winforms single window mode with shared version
This commit is contained in:
parent
45c603d076
commit
e138b20d01
5 changed files with 56 additions and 11 deletions
|
|
@ -61,6 +61,7 @@ namespace MatterHackers.MatterControl
|
|||
// Set default Agg providers
|
||||
AggContext.Config.ProviderTypes.SystemWindow = "MatterHackers.Agg.UI.OpenGLSystemWindow, agg_platform_win32";
|
||||
AggContext.Config.ProviderTypes.SystemWindowProvider = "MatterHackers.Agg.UI.WinformsSystemWindowProvider, agg_platform_win32";
|
||||
//AggContext.Config.ProviderTypes.SystemWindowProvider = "MatterHackers.MatterControl.WinformSingleWindowProvider, MatterControl.Winforms";
|
||||
|
||||
string userProfilePath = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue