popup origin chenged to bottomLeft
This commit is contained in:
parent
c78c0f03a1
commit
e8db2581f4
|
@ -237,7 +237,7 @@ void QskComboBox::openPopup()
|
|||
auto menu = new QskMenu();
|
||||
|
||||
menu->setWrapping( false );
|
||||
menu->setOrigin( mapToScene( cr.topLeft() ) );
|
||||
menu->setOrigin( mapToScene( cr.bottomLeft() ) );
|
||||
menu->setFixedWidth( cr.width() );
|
||||
|
||||
menu->setOptions( m_data->options );
|
||||
|
|
Loading…
Reference in New Issue