Issue #190: PageMaster crash + black bubbles instead of bubbles with correct color

This commit is contained in:
Jakub Melka
2024-06-28 17:13:23 +02:00
parent 3728af3f41
commit b6fda40128
4 changed files with 18 additions and 2 deletions

View File

@ -1245,6 +1245,9 @@ bool PDFTransparencyRenderer::isContentKindSuppressed(ContentKind kind) const
}
break;
case ContentKind::Forms:
return false;
default:
Q_ASSERT(false);
break;