Restore hover border on "up" library folders
This commit is contained in:
parent
4466c2365f
commit
c3dea1ac87
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue