GoBack() here is not needed anymore
authorunc0rr
Sat, 18 Aug 2012 13:59:45 +0400
changeset 7551 c212247065e3
parent 7549 f6145d12bb17
child 7553 9cfe74ee418b
GoBack() here is not needed anymore
QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Sat Aug 18 02:01:50 2012 -0400
+++ b/QTfrontend/hwform.cpp	Sat Aug 18 13:59:45 2012 +0400
@@ -878,7 +878,7 @@
 void HWForm::AfterTeamEdit()
 {
     UpdateTeamsLists();
-    GoBack();
+    //GoBack();
 }