This commit is contained in:
@@ -438,7 +438,8 @@ namespace Volian.Controls.Library
|
||||
else
|
||||
{
|
||||
lastEI.SaveContents();
|
||||
lastEI.RefreshDisplay(false);
|
||||
if (!(lastEI.MyItemInfo.IsTable))
|
||||
lastEI.RefreshDisplay(false);
|
||||
}
|
||||
}
|
||||
_SelectedEditItem = value;
|
||||
@@ -446,7 +447,10 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
_SelectedEditItem.RefreshDisplay(true);
|
||||
if (_SelectedItemInfo.ItemID != value.MyItemInfo.ItemID)
|
||||
{
|
||||
ExpandAsNeeded(value.MyItemInfo);
|
||||
SelectedItemInfo = value.MyItemInfo;
|
||||
}
|
||||
}
|
||||
if (lastEI != null)
|
||||
lastEI.IdentifyMe(false);
|
||||
|
Reference in New Issue
Block a user