Put in a 'More" button for simple mode

This commit is contained in:
Lars Brubaker 2021-01-05 17:55:52 -08:00
parent 87ec24d537
commit eea33cb561
6 changed files with 79 additions and 43 deletions

View file

@ -180,6 +180,11 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
{
this.PopupContent.Close();
}
UiThread.RunOnIdle(() =>
{
menuVisibileAtMouseDown = false;
});
};
if (overridePopupHAnchor)