Making color picker work for scene objects

This commit is contained in:
Lars Brubaker 2022-03-15 11:21:25 -07:00
parent 5ff04ba2f1
commit 5d40a38582
7 changed files with 80 additions and 34 deletions

View file

@ -233,11 +233,6 @@ namespace MatterHackers.MatterControl
return popupMenu;
}
public void GetTracedMouseRay(Action<Color> setColor)
{
setColor?.Invoke(Color.Cyan);
}
public PopupMenu GetModifyMenu(ISceneContext sceneContext)
{
var popupMenu = new PopupMenu(this.MenuTheme);