Actually check if we have a printer selected.
This commit is contained in:
parent
286e89ad63
commit
f15318faf9
6 changed files with 7 additions and 7 deletions
|
|
@ -339,7 +339,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
|
||||
private void SetVisibleControls()
|
||||
{
|
||||
if (ActiveSliceSettings.Instance != null)
|
||||
if (ActiveSliceSettings.Instance.PrinterSelected)
|
||||
{
|
||||
topCategoryTabs.Visible = true;
|
||||
settingsControlBar.Visible = showControlBar;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue