Merge pull request #401 from jlewin/1.4.0

Restore hover border on "up" library folders
This commit is contained in:
johnlewin 2015-09-18 13:16:05 -07:00
commit 74bbce1ad0

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