diff --git a/examples/gallery/main.cpp b/examples/gallery/main.cpp index b1770191..cf2e19c5 100644 --- a/examples/gallery/main.cpp +++ b/examples/gallery/main.cpp @@ -62,8 +62,6 @@ namespace Drawer( QQuickItem* parent = nullptr ) : QskDrawer( parent ) { - setOverlay( false ); - auto box = new QskLinearBox( Qt::Vertical, this ); box->setSection( QskAspect::Header ); diff --git a/playground/drawer/main.cpp b/playground/drawer/main.cpp index 2f8c85c1..736b09b2 100644 --- a/playground/drawer/main.cpp +++ b/playground/drawer/main.cpp @@ -28,7 +28,6 @@ namespace #endif setEdge( edge ); - setOverlay( false ); auto content = new QskControl( this ); content->setObjectName( "Content" );