commit
5cf7f9a81f
1 changed files with 2 additions and 1 deletions
|
|
@ -332,7 +332,8 @@ namespace MatterHackers.MatterControl
|
|||
};
|
||||
|
||||
if (item.Name == guideKey
|
||||
|| (item.ArticleKey == guideKey
|
||||
|| (guideKey != null
|
||||
&& item.ArticleKey == guideKey
|
||||
&& ApplicationController.Instance.HelpArticlesByID.ContainsKey(guideKey)))
|
||||
{
|
||||
initialSelection = newNode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue