--- a/QTfrontend/teamselhelper.cpp Thu Sep 10 15:29:28 2009 +0000
+++ b/QTfrontend/teamselhelper.cpp Thu Sep 10 15:30:11 2009 +0000
@@ -68,7 +68,7 @@
colorButt->setMaximumWidth(26);
colorButt->setMinimumHeight(26);
colorButt->setGeometry(0, 0, 26, 26);
-
+
changeTeamColor();
connect(colorButt, SIGNAL(clicked()), this, SLOT(changeTeamColor()));
mainLayout.addWidget(colorButt);
@@ -88,7 +88,7 @@
if(m_team.isNetTeam()) {
butt->setEnabled(interactive);
}
-
+
colorButt->setEnabled(interactive);
phhoger->setEnabled(interactive);
}