Undo breaking change to ReloadAll behavior.

Made solution file work with VS2010.
This commit is contained in:
Kevin Pope 2014-07-07 17:34:44 -07:00
parent 5c3c582004
commit fbc4a996e5
2 changed files with 7 additions and 5 deletions

View file

@ -98,7 +98,11 @@ namespace MatterHackers.MatterControl
UiThread.RunOnIdle((state) =>
{
// give the widget a chance to hear about the close before they are actually colsed.
widescreenPanel.RecreateAllPanels();
bool cancelClose;
this.OnClosing(out cancelClose);
this.CloseAndRemoveAllChildren();
AddElements();
});
}

View file

@ -1,8 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MatterControl", "MatterControl.csproj", "{0B8D6F56-BD7F-4426-B858-D9292B084656}"
ProjectSection(ProjectDependencies) = postProject
{F67AE800-B0C7-42A8-836F-597B4E74591C} = {F67AE800-B0C7-42A8-836F-597B4E74591C}