mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-06 10:44:52 +00:00
ComboBox in GenerateModel now displays all box types
This commit is contained in:
@@ -119,6 +119,8 @@ namespace PckStudio
|
||||
skinPreview = preview;
|
||||
if (texturePreview.Image == null)
|
||||
texturePreview.Image = new Bitmap(64, 64);
|
||||
comboParent.Items.Clear();
|
||||
ValidModelBoxTypes.ToList().ForEach(p => comboParent.Items.Add(p));
|
||||
loadData();
|
||||
}
|
||||
private static readonly Regex sWhitespace = new Regex(@"\s+");
|
||||
|
||||
Reference in New Issue
Block a user