Skip to content

Fix white foreground issue, and optimise layer drawing

Luke Benstead requested to merge 386-fix-widget-layers into master

Summary of Changes Introduced

  • Fix an issue where images would render as white squares
  • Only render layers if their colour is not Colour::NONE (optimisation)

PR Checklist

  • I have documented any user-visible changes to the code in the documentation folder
  • I agree that the changes introduced in this PR are licensed under the LGPL-3.0 license (Why?)
  • I have added applicable tests, or at least not introduced any failures

Closes #386 (closed)

Merge request reports