This commit is contained in:
@@ -71,7 +71,7 @@ namespace Volian.Controls.Library
|
||||
int typ = (int)myDisplayItem.MyItemInfo.MyContent.Type;
|
||||
if (typ >= 20000)
|
||||
{
|
||||
if (myDisplayItem.RNOLevel > 0 && myDisplayItem.MyItemInfo.IsRNO) return "";
|
||||
if (myDisplayItem.RNOLevel > 0 && myDisplayItem.MyItemInfo.IsRNOPart) return "";
|
||||
// Step 1: Get TabFormat from Format
|
||||
format = _TabFormats[typ % 10000];
|
||||
if (format == "<seq>")
|
||||
|
Reference in New Issue
Block a user