Cleaning up warnings

This commit is contained in:
LarsBrubaker 2020-08-29 14:12:16 -07:00
parent fd1b923857
commit dc55ac655f
2 changed files with 7 additions and 7 deletions

View file

@ -125,7 +125,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
public class OverflowMenuButton : PopupMenuButton
{
public OverflowMenuButton(ThemeConfig theme)
: base (CreateOverflowIcon(theme), theme)
: base(CreateOverflowIcon(theme), theme)
{
}