Switch to Model view when dragging items from the file system
- Issue MatterHackers/MCCentral#4781 DragDrop STL from desktop to printing GCode view fails to switch to model view
This commit is contained in:
parent
e75936fe1f
commit
60aaa5abea
4 changed files with 12 additions and 16 deletions
|
|
@ -92,7 +92,6 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
var graphics2D = _image.NewGraphics2D();
|
||||
graphics2D.Clear(Color.White);
|
||||
graphics2D.DrawString("Bad Load", 100, 100);
|
||||
|
||||
}
|
||||
|
||||
// we don't want to invalidate on the mesh change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue