diff --git a/src/controls/QskMenu.cpp b/src/controls/QskMenu.cpp index e3af5707..3d22ce17 100644 --- a/src/controls/QskMenu.cpp +++ b/src/controls/QskMenu.cpp @@ -60,6 +60,13 @@ QskMenu::QskMenu( QQuickItem* parent ) : Inherited( parent ) , m_data( new PrivateData ) { +#if 1 + /* + The overlay is clipped from the drop down fading effect. + Until it is fixed we simply disable it. TODO ... + */ + setOverlay( false ); +#endif setModal( true ); setPopupFlag( QskPopup::CloseOnPressOutside, true );