Skip to content
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

Fix PixelFormat.Format32bppRgb #1698

Merged
merged 4 commits into from
May 27, 2020

Conversation

cwensley
Copy link
Member

@cwensley cwensley commented May 27, 2020

This fixes issues when using non-alpha pixel format when creating a bitmap and using Lock() or a Graphics object to draw to it.

Other changes included:

  • Gtk3: MinimumSize should now work
  • Gtk3: NumericStepper should show some characters by default if no width is set
  • WinForms is added to VSCode launch/tasks

Fixes #1458

@cwensley cwensley merged commit ca76382 into picoe:develop May 27, 2020
@cwensley cwensley deleted the curtis/pixelformat-without-alpha branch May 27, 2020 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Format32bppRgb is acutally Format32bppRgba on Gtk
1 participant