mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-04 11:44:41 +00:00
Fix for Rename feature not working properly in BehavioursEditor
This commit is contained in:
@@ -135,6 +135,7 @@ namespace PckStudio.Forms.Editor
|
||||
if (diag.ShowDialog(this) == DialogResult.OK)
|
||||
{
|
||||
entry.name = diag.NewText;
|
||||
treeView1.SelectedNode.Tag = entry;
|
||||
treeView1.SelectedNode.Text = diag.NewText;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user