Removed Lock and Unlock edit controls
This commit is contained in:
parent
c5d556475c
commit
181ea3f204
6 changed files with 8 additions and 105 deletions
|
|
@ -137,8 +137,6 @@ namespace MatterHackers.MatterControl.Plugins.BrailleBuilder
|
|||
|
||||
brailleGenerator.ResetSettings();
|
||||
|
||||
view3DWidget.LockEditControls();
|
||||
|
||||
var generatedItem = await Task.Run(() =>
|
||||
{
|
||||
Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture;
|
||||
|
|
@ -163,12 +161,6 @@ namespace MatterHackers.MatterControl.Plugins.BrailleBuilder
|
|||
childList.AddRange(generatedItem.Children);
|
||||
});
|
||||
});
|
||||
|
||||
//PlatingHelper.MoveToOpenPosition(injectedItem, view3DWidget.Scene);
|
||||
|
||||
//view3DWidget.InsertNewItem(injectedItem);
|
||||
|
||||
view3DWidget.UnlockEditControls();
|
||||
}
|
||||
|
||||
private void RebuildBase()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue