some more gui tweaks for android
This commit is contained in:
@@ -97,7 +97,9 @@ startWindowImpl::startWindowImpl(ConfigFile *c, Log *l)
|
||||
|
||||
#ifdef GUI_800x480
|
||||
#ifdef ANDROID
|
||||
this->menubar->hide();
|
||||
this->setMenuBar(0);
|
||||
// this->menubar->clear();
|
||||
// this->menubar->hide();
|
||||
|
||||
//check if custom background picture for the resolution is there. Otherwise create it!
|
||||
QString UserDataDir = QString::fromUtf8(myConfig->readConfigString("UserDataDir").c_str());
|
||||
@@ -655,7 +657,6 @@ void startWindowImpl::showNetworkStartDialog()
|
||||
myStartNetworkGameDialog->exec();
|
||||
|
||||
if (myStartNetworkGameDialog->result() == QDialog::Accepted ) {
|
||||
|
||||
this->hide();
|
||||
//some gui modifications
|
||||
myGuiInterface->getMyW()->networkGameModification();
|
||||
|
||||
Reference in New Issue
Block a user