Moved all of the timer display code into AGG.
This commit is contained in:
parent
ed2d36f25a
commit
35330844eb
4 changed files with 2 additions and 161 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue