This commit is contained in:
@@ -357,6 +357,17 @@ namespace Volian.Controls.Library
|
||||
if (find != null) cmboFindText.Text = find;
|
||||
}
|
||||
}
|
||||
public void ToggleReplaceTab(E_ViewMode vm)
|
||||
{
|
||||
if (vm == E_ViewMode.View)
|
||||
{
|
||||
if (tabReplace.IsSelected)
|
||||
tabFind.PerformClick();
|
||||
tabReplace.Visible = false;
|
||||
}
|
||||
else
|
||||
tabReplace.Visible = true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user