<div dir="ltr">Oh, right. It was so trivial. I totally forgot about it. Thanks!<br></div><div class="gmail_extra"><br clear="all"><div><div>--</div>Marcin<br></div>
<br><br><div class="gmail_quote">2014-07-18 17:10 GMT+02:00 Tomasz Sterna <span dir="ltr"><<a href="mailto:tomek@xiaoka.com" target="_blank">tomek@xiaoka.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Dnia 2014-07-18, piÄ… o godzinie 16:31 +0200, Marcin M. pisze:<br>
<div class="">> The Rectangle hides and so Button's label does. It doesn't work with<br>
> the Button. And after enabling and disabling the effect is similar as<br>
> previously. The button doesn't react if clicked. Seems I'll have go<br>
> for opacity, still the question is: why are these elements still<br>
> shown?<br>
<br>
</div>QML Item does not clip by default.<br>
It allows for its children to draw outside Item boundaries. It's faster<br>
and usually useful.<br>
<br>
If you want an Item to clip its children, you need to set the property<br>
clip [1] to 'true'.<br>
<br>
<br>
[1] <a href="http://qt-project.org/doc/qt-5/qml-qtquick-item.html#clip-prop" target="_blank">http://qt-project.org/doc/qt-5/qml-qtquick-item.html#clip-prop</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Tomasz Sterna @ <a href="http://abadcafe.pl/" target="_blank">http://abadcafe.pl/</a> @ <a href="http://www.xiaoka.com/" target="_blank">http://www.xiaoka.com/</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
SailfishOS.org Devel mailing list<br>
To unsubscribe, please send a mail to <a href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a></div></div></blockquote></div><br></div>