# HG changeset patch # User nemo # Date 1255820611 0 # Node ID 43d700d8dad0676dca38df72e6875d8441a0cdf0 # Parent c7f841eb91fb841aab5535dae9212e5700856792 Disable hiding of frontend for now - seems it might be reasons for frontend shutting down when host quits. diff -r c7f841eb91fb -r 43d700d8dad0 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();