Fixed a bug with remove.

This commit is contained in:
larsbrubaker 2014-05-01 17:52:45 -07:00
parent e0023d6e9c
commit b66d0058b7
2 changed files with 5 additions and 2 deletions

View file

@ -80,11 +80,11 @@ namespace MatterHackers.MatterControl.ActionBar
this.HAnchor = HAnchor.ParentLeftRight;
this.queueDataView = queueDataView;
AddChildElements();
AddHandlers();
this.queueDataView = queueDataView;
onActivePrintItemChanged(null, null);
if (privateAddIconToPrintStatusRow != null)