Closer to gcode/mesh viewer consolidation
- Collapse right panel content into scene - Move GCode view options into overflow menu - Extract View3D options state from widgets to app model
This commit is contained in:
parent
7a27433bf0
commit
baa9feba81
5 changed files with 211 additions and 353 deletions
|
|
@ -138,8 +138,10 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{
|
||||
return modelViewer.ShowOverflowMenu();
|
||||
}
|
||||
|
||||
return null;
|
||||
else
|
||||
{
|
||||
return gcodeViewer.ShowOverflowMenu();
|
||||
}
|
||||
};
|
||||
|
||||
// The 3D model view
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue