Experimenting with new boolean 3d library.
This commit is contained in:
parent
d2de95aa7a
commit
ea196408d2
3 changed files with 11 additions and 6 deletions
|
|
@ -917,11 +917,11 @@ namespace MatterHackers.MatterControl.Plugins.TextCreator
|
|||
catch (System.UnauthorizedAccessException)
|
||||
{
|
||||
//Do something special when unauthorized?
|
||||
StyledMessageBox.ShowMessageBox(null, "Oops! Unable to save changes.".Localize(), "Unable to save".Localize());
|
||||
UiThread.RunOnIdle(() => StyledMessageBox.ShowMessageBox(null, "Oops! Unable to save changes.".Localize(), "Unable to save".Localize()));
|
||||
}
|
||||
catch
|
||||
{
|
||||
StyledMessageBox.ShowMessageBox(null, "Oops! Unable to save changes.".Localize(), "Unable to save".Localize());
|
||||
UiThread.RunOnIdle(() => StyledMessageBox.ShowMessageBox(null, "Oops! Unable to save changes.".Localize(), "Unable to save".Localize()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue