[calamares] Navigation getting the wrong side

This commit is contained in:
Adriaan de Groot 2021-03-06 13:14:40 +01:00
parent 6f15b69917
commit f8258f671b

View File

@ -406,7 +406,7 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
::getQmlSidebar,
qBound( 100, CalamaresUtils::defaultFontHeight() * 12, w < windowPreferredWidth ? 100 : 190 ) );
QWidget* navigation = flavoredWidget( branding->navigationFlavor(),
::orientation( branding->sidebarSide() ),
::orientation( branding->navigationSide() ),
this,
baseWidget,
::getWidgetNavigation,