added comments in ::paintEvent.

This commit is contained in:
Hugo Pereira Da Costa 2011-09-20 09:09:42 +02:00
parent e5446c8934
commit 2ced9ec941

View file

@ -273,6 +273,11 @@ namespace Oxygen
{
if( _client.hideTitleBar() ) return;
/*
do nothing in compositing mode.
painting is performed by the parent widget
*/
if( !_client.compositingActive() )
{