Fixed crash when exiting Atlas due to adding the same image list as both NORMAL and SMALL.

This was SVN commit r5199.
This commit is contained in:
Matei 2007-06-17 01:55:23 +00:00
parent 9c0129dba5
commit 8d323b0675

View File

@ -103,7 +103,6 @@ TerrainPreviewPage.prototype = {
Atlas.SetSelectedTexture(names[evt.index]);
};
list.setImageList(imglist, wxListCtrl.NORMAL);
list.setImageList(imglist, wxListCtrl.SMALL);
this.panel.layout();