Revise debug Markdown helper menu action
This commit is contained in:
parent
ab8550faf3
commit
9d2fcf9dc5
1 changed files with 5 additions and 2 deletions
|
|
@ -576,10 +576,13 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
||||||
// edit menu item
|
// edit menu item
|
||||||
menuActions.Add(new PrintItemAction()
|
menuActions.Add(new PrintItemAction()
|
||||||
{
|
{
|
||||||
Title = "MarkDown".Localize(),
|
Title = "Markdown".Localize(),
|
||||||
Action = (selectedLibraryItems, listView) =>
|
Action = (selectedLibraryItems, listView) =>
|
||||||
{
|
{
|
||||||
DialogWindow.Show<MarkdownPage>();
|
UiThread.RunOnIdle(() =>
|
||||||
|
{
|
||||||
|
DialogWindow.Show<MarkdownPage>();
|
||||||
|
});
|
||||||
},
|
},
|
||||||
IsEnabled = (selectedListItems, listView) => true
|
IsEnabled = (selectedListItems, listView) => true
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue