mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-06-03 00:58:13 -04:00
fixes bug
This commit is contained in:
parent
ee0cd4ab52
commit
9fef18d6ea
@ -658,13 +658,16 @@ namespace AssetStudioGUI
|
||||
|
||||
private void classesListView_ItemSelectionChanged(object sender, ListViewItemSelectionChangedEventArgs e)
|
||||
{
|
||||
classTextBox.Visible = true;
|
||||
assetInfoLabel.Visible = false;
|
||||
assetInfoLabel.Text = null;
|
||||
textPreviewBox.Visible = false;
|
||||
fontPreviewBox.Visible = false;
|
||||
FMODpanel.Visible = false;
|
||||
glControl1.Visible = false;
|
||||
StatusStripUpdate("");
|
||||
if (e.IsSelected)
|
||||
{
|
||||
if (!classTextBox.Visible)
|
||||
{
|
||||
assetInfoLabel.Visible = false;
|
||||
classTextBox.Visible = true;
|
||||
}
|
||||
classTextBox.Text = ((TypeTreeItem)classesListView.SelectedItems[0]).ToString();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user