Moved all of the timer display code into AGG.

This commit is contained in:
larsbrubaker 2015-10-27 08:10:32 -07:00
parent ed2d36f25a
commit 35330844eb
4 changed files with 2 additions and 161 deletions

View file

@ -405,7 +405,7 @@ namespace MatterHackers.MatterControl
[STAThread]
public static void Main()
{
PerformanceTimer.ResultsCreatorFunction = PerformanceResultsMCOverlay.CreateResultsSystemWindow;
PerformanceTimer.GetParentWindowFunction = () => { return MatterControlApplication.instance; };
CultureInfo.DefaultThreadCurrentCulture = CultureInfo.InvariantCulture;
Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture;