From c3dea1ac879f3523a970c1673832ef36a05d7015 Mon Sep 17 00:00:00 2001 From: John Lewin Date: Fri, 18 Sep 2015 13:13:14 -0700 Subject: [PATCH] Restore hover border on "up" library folders --- Library/LibraryRowItem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);