fix a typo back from may that apparently completely broke online-multiplayer due to causing a frontend crash on joining somebody else's room
authorsheepluva
Sun, 02 Oct 2016 17:39:42 +0200
changeset 11864 bff919afc63f
parent 11863 35208f442daf
child 11865 047be82b6f67
fix a typo back from may that apparently completely broke online-multiplayer due to causing a frontend crash on joining somebody else's room
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);