added comments in ::paintEvent.
This commit is contained in:
parent
e5446c8934
commit
2ced9ec941
1 changed files with 5 additions and 0 deletions
|
@ -273,6 +273,11 @@ namespace Oxygen
|
||||||
{
|
{
|
||||||
|
|
||||||
if( _client.hideTitleBar() ) return;
|
if( _client.hideTitleBar() ) return;
|
||||||
|
|
||||||
|
/*
|
||||||
|
do nothing in compositing mode.
|
||||||
|
painting is performed by the parent widget
|
||||||
|
*/
|
||||||
if( !_client.compositingActive() )
|
if( !_client.compositingActive() )
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue