Restore hover border on "up" library folders

This commit is contained in:
John Lewin 2015-09-18 13:13:14 -07:00
parent 4466c2365f
commit c3dea1ac87

View file

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