Making color picker work for scene objects
This commit is contained in:
parent
5ff04ba2f1
commit
5d40a38582
7 changed files with 80 additions and 34 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue