Working toward shared ViewControls3D and functional slicing
- More missing functionality restored in action bars/slicing views
This commit is contained in:
parent
44e9cbc09c
commit
08d2a6ab1a
13 changed files with 438 additions and 500 deletions
|
|
@ -131,7 +131,7 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
|
||||
FlowLayoutWidget printStatusContainer = CreateActivePrinterInfoWidget();
|
||||
|
||||
var printActionRow = new PrintActionRow()
|
||||
var printActionRow = new PrintActionRow(ApplicationController.Instance.Theme.BreadCrumbButtonFactory, this)
|
||||
{
|
||||
VAnchor = VAnchor.ParentTop
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue