16-05-2008, 01:40 AM
In frmMapEditor:
Replace:
With:
Replace:
Code:
Private Sub Command8_Click()
EnableMapEditor
End Sub
Code:
[code]Private Sub Command8_Click()
picTree.Visible = False
EnableMapEditor
End Sub