-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: KryptonForm
background colour
#1370
Comments
From #1300 |
Hi @almendieta Win 10 22H2 |
@almendieta
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<StartupObject>Sub Main</StartupObject>
<UseWindowsForms>true</UseWindowsForms>
<MyType>WindowsForms</MyType>
</PropertyGroup>
<ItemGroup>
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Krypton.Toolkit" Version="70.22.11.312" />
</ItemGroup>
<ItemGroup>
<Compile Update="My Project\Application.Designer.vb"> |
@Smurf-IV Is |
@Smurf-IV Works correctly in the January 2024 canary build... Bug starts with |
Something's not right here... |
Reproed with build 45: |
@Wagnerp It's between these 2 commits.... |
As reported by @almendieta in #1300
[sic] ... After try Canary, now Krypton forms shows a steady black background, and some controls appear as a mosaic in one of them. Any idea about the reason?
Happens in current
alpha
too.The text was updated successfully, but these errors were encountered: