mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-18 16:38:08 +00:00
Fixed a bug that wouldnt let tabControl.SelectTab switch tabs
This commit is contained in:
@@ -56,7 +56,11 @@ namespace PckStudio
|
||||
imageList.Images.Add(Resources.TEXTURE_ICON); // Icon for Texture files (*.png;*.tga)
|
||||
imageList.Images.Add(Resources.BEHAVIOURS_ICON); // Icon for Behaviour files (behaviours.bin)
|
||||
pckOpen.AllowDrop = true;
|
||||
|
||||
isSelectingTab = true;
|
||||
tabControl.SelectTab(0);
|
||||
isSelectingTab = false;
|
||||
|
||||
labelVersion.Text = "PCK Studio: " + Application.ProductVersion;
|
||||
ChangelogRichTextBox.Text = Resources.CHANGELOG;
|
||||
#if DEBUG
|
||||
|
||||
Reference in New Issue
Block a user