mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-16 12:11:55 +00:00
Update ThemeForm to invalidate after setting form theme
This commit is contained in:
@@ -10,6 +10,7 @@ namespace PckStudio.Classes.ToolboxItems
|
||||
: base()
|
||||
{
|
||||
DarkNet.Instance.SetWindowThemeForms(this, Theme.Auto);
|
||||
Invalidate();
|
||||
}
|
||||
|
||||
public ThemeForm(IContainer container)
|
||||
|
||||
@@ -160,9 +160,7 @@
|
||||
<Compile Include="Classes\IO\Sounds\SoundIO.cs" />
|
||||
<Compile Include="Classes\IO\Sounds\Sounds.cs" />
|
||||
<Compile Include="Classes\Models\DefaultModels\Steve64x64Model.cs" />
|
||||
<Compile Include="Classes\ToolboxItems\ThemeForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Classes\ToolboxItems\ThemeForm.cs" />
|
||||
<Compile Include="Classes\Utils\3DS\3DSUtil.cs" />
|
||||
<Compile Include="Classes\Utils\ARC\ARCUtil.cs" />
|
||||
<Compile Include="Classes\Utils\SkinANIM.cs" />
|
||||
|
||||
Reference in New Issue
Block a user