Fix menu close

This commit is contained in:
LarsBrubaker 2021-01-06 08:50:36 -08:00
parent f5d575dec7
commit 9471cabdf1
5 changed files with 4 additions and 9 deletions

View file

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