QTfrontend/ui/widget/mapContainer.cpp
changeset 11864 bff919afc63f
parent 11811 f9a4f4d11c3a
child 11910 245163aa3674
--- 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);