move generic code to volian.base.library
fix to hide displayhistory panels if myedititem is null
This commit is contained in:
@@ -87,6 +87,8 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
public void RefreshList()
|
||||
{
|
||||
if (MyEditItem == null)
|
||||
this.Visible = false;
|
||||
if (this.Visible)
|
||||
{
|
||||
WalkProcedure();
|
||||
|
Reference in New Issue
Block a user