Disable hiding of frontend for now - seems it might be reasons for frontend shutting down when host quits.
authornemo
Sat, 17 Oct 2009 23:03:31 +0000
changeset 2532 43d700d8dad0
parent 2531 c7f841eb91fb
child 2533 36801e5e90d1
Disable hiding of frontend for now - seems it might be reasons for frontend shutting down when host quits.
QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Sat Oct 17 21:01:54 2009 +0000
+++ b/QTfrontend/hwform.cpp	Sat Oct 17 23:03:31 2009 +0000
@@ -783,11 +783,11 @@
 				pRegisterServer->unregister();
 				pRegisterServer = 0;
 			}
-			setVisible(false);
+			//setVisible(false);
 			break;
 		}
 		case gsFinished: {
-			setVisible(true);
+			//setVisible(true);
 			GoBack();
 			Music(ui.pageOptions->CBEnableMusic->isChecked());
 			if (wBackground) wBackground->startAnimation();
@@ -796,7 +796,7 @@
 			break;
 		}
 		default: {
-			setVisible(true);
+			//setVisible(true);
 			quint8 id = ui.Pages->currentIndex();
 			if (id == ID_PAGE_INGAME) {
 				GoBack();