Actually check if we have a printer selected.

This commit is contained in:
Lars Brubaker 2017-02-09 14:33:27 -08:00
parent 286e89ad63
commit f15318faf9
6 changed files with 7 additions and 7 deletions

View file

@ -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;