(2016-11-25, 3:34)Trevor Sandy Wrote: Kevin - I took another look at the transparent background behaviour. With true transparent (brushColor = Qt::transparent), I am able to get the page to present most of the page components. However, I can not get the page background context menu to present so I've devised some work around logic.
Basically, if the page background is set to none(transparent) by the user, i'll set the page white with alpha=1 during page editing and switch to true transparent for exporting/printing. This way, the user will have the ability to manipulate the page components while editing the document.
This work around is not difficult so look for it in the next release.
Update: Implemented and tested.
Cheers,
Awesome! you rock!
Thanks once again.
Kevin