diff --git a/Library/LibraryRowItem.cs b/Library/LibraryRowItem.cs index 4c196d2fa..37fd9f336 100644 --- a/Library/LibraryRowItem.cs +++ b/Library/LibraryRowItem.cs @@ -149,7 +149,7 @@ namespace MatterHackers.MatterControl.PrintLibrary this.partLabel.TextColor = RGBA_Bytes.White; this.selectionCheckBox.TextColor = RGBA_Bytes.White; } - else if (this.IsHoverItem && !this.IsViewHelperItem) + else if (this.IsHoverItem) { RectangleDouble Bounds = LocalBounds; RoundedRect rectBorder = new RoundedRect(Bounds, 0);