This commit is contained in:
@@ -118,6 +118,8 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
private string GetToolTip()
|
||||
{
|
||||
// reset active parent if null
|
||||
// if (MyItemInfo.MyProcedure.ActiveParent == null) MyItemInfo.MyProcedure.ActiveParent = null;
|
||||
DocVersionInfo tmp = (DocVersionInfo)(MyItemInfo.MyProcedure.ActiveParent);
|
||||
StringBuilder sb = new StringBuilder();
|
||||
int indent = BuildPath(tmp.MyFolder, ref sb);
|
||||
|
Reference in New Issue
Block a user