Commit ad7b72f8 authored by Erwan Tulou's avatar Erwan Tulou

qt4: fix another QMenu without parent

parent 193eaee9
......@@ -152,7 +152,7 @@ void ExtensionsManager::menu( QMenu *current )
if( b_Active && extension_HasMenu( p_extensions_manager, p_ext ) )
{
QMenu *submenu = new QMenu( qfu( p_ext->psz_title ) );
QMenu *submenu = new QMenu( qfu( p_ext->psz_title ), current );
char **ppsz_titles = NULL;
uint16_t *pi_ids = NULL;
size_t i_num = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment