Put in a 'More" button for simple mode
This commit is contained in:
parent
87ec24d537
commit
eea33cb561
6 changed files with 79 additions and 43 deletions
|
|
@ -180,6 +180,11 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{
|
||||
this.PopupContent.Close();
|
||||
}
|
||||
|
||||
UiThread.RunOnIdle(() =>
|
||||
{
|
||||
menuVisibileAtMouseDown = false;
|
||||
});
|
||||
};
|
||||
|
||||
if (overridePopupHAnchor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue