pushing the redundant click function fix into master

This commit is contained in:
larsbrubaker 2014-02-11 12:07:51 -08:00
parent 34c3d16fd7
commit 7708cef2be

View file

@ -389,10 +389,6 @@ namespace MatterHackers.MatterControl
{
UiThread.RunOnIdle (DoDoneButton_Click);
}
void DoDoneButton_Click(object state)
{
UiThread.RunOnIdle(DoDoneButton_Click);
}
void DoDoneButton_Click(object state)
{