<table><tr><td style="">mvourlakos added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D3355" rel="noreferrer">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>So if you call setMask, before you call show() this will fail.</p>
<p>I'm not sure what order that startup happens, and whether this will break if you have an autohide panel.</p>
<p>You might need to copy the line <br />
QWindow::setMask into PanelView::showEvent</p></blockquote>
<p>David I updated the revision for the showEvent case...<br />
You were right concerning the case that if the user sets the mask before showing the mask didnt make any changes...</p>
<p>I tested it like this:<br />
in my Component.onCompleted of my dock I set a maskArea and I disabled any further updates of the mask<br />
afterwards...<br />
before the new revision this mask was not taken into account...<br />
after the new revision the mask that was set is applied correctly...</p>
<p>concerning the auto-hide panels they are behaving in the same way like the rest (Windows can cover etc...)</p>
<p>I added the check "!m_maskArea.isNull()" in order to protect cases that the mask hasnt be set at all...</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rPLASMAWORKSPACE Plasma Workspace</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D3355" rel="noreferrer">https://phabricator.kde.org/D3355</a></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>mvourlakos, Plasma, davidedmundson<br /><strong>Cc: </strong>plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas<br /></div>