Fixed a bug that wouldnt let tabControl.SelectTab switch tabs

This commit is contained in:
miku-666
2022-11-04 10:53:19 +01:00
parent daf7a02bb3
commit f18388153c

View File

@@ -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