From 54acda13a992b4ff021f5e04a2a58f15466718c0 Mon Sep 17 00:00:00 2001 From: gregory-diaz Date: Tue, 11 Feb 2014 09:57:21 -0800 Subject: [PATCH] Localization --- MatterControl.userprefs | 16 ++++------------ PrintLevelWizard.cs | 4 ++++ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/MatterControl.userprefs b/MatterControl.userprefs index e7c0e6c8b..bd0a41553 100644 --- a/MatterControl.userprefs +++ b/MatterControl.userprefs @@ -1,19 +1,11 @@  - + - - - - - - - - - - - + + + diff --git a/PrintLevelWizard.cs b/PrintLevelWizard.cs index 32a104c6f..8aa447cbf 100644 --- a/PrintLevelWizard.cs +++ b/PrintLevelWizard.cs @@ -386,6 +386,10 @@ namespace MatterHackers.MatterControl } void DoneButton_Click(object sender, MouseEventArgs mouseEvent) + { + UiThread.RunOnIdle (DoDoneButton_Click); + } + void DoDoneButton_Click(object state) { Close(); }