Fix widget ordering to restore layer view controls
- Less coupling to MeshViewerWidget - Interaction layer concept/surface added for IA volumes - Holds most IA volume logic and controls
This commit is contained in:
parent
903347e5bd
commit
dda6f89c2b
12 changed files with 309 additions and 237 deletions
|
|
@ -149,7 +149,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
{
|
||||
testRunner.ClickByName("3D View Edit");
|
||||
}
|
||||
testRunner.DragDropByName("centerPartPreviewAndControls", "centerPartPreviewAndControls", offsetDrop: new Agg.Point2D(10, 15), mouseButtons: MouseButtons.Right);
|
||||
testRunner.DragDropByName("InteractionLayer", "InteractionLayer", offsetDrop: new Agg.Point2D(10, 15), mouseButtons: MouseButtons.Right);
|
||||
|
||||
testRunner.Delay(1);
|
||||
testRunner.ClickByName(partNameToSelect);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue