diff -r 35208f442daf -r bff919afc63f QTfrontend/ui/widget/mapContainer.cpp --- a/QTfrontend/ui/widget/mapContainer.cpp Sun Oct 02 15:15:39 2016 +0200 +++ b/QTfrontend/ui/widget/mapContainer.cpp Sun Oct 02 17:39:42 2016 +0200 @@ -262,7 +262,7 @@ btnRandTheme->setFixedHeight(30); btnRandTheme->setFixedWidth(30); connect(btnRandTheme, SIGNAL(clicked()), this, SLOT(setRandomTheme())); - m_childWidgets << btnTheme; + m_childWidgets << btnRandTheme; themeHBox->addWidget(btnRandTheme, 0); btnTheme = new QPushButton(this);