Audio on/off changes, android gui fixes, android crash bugfix (1st step in internetlogindialog)

This commit is contained in:
doitux
2012-12-20 09:11:57 +01:00
parent 51ad6c5580
commit 31c3771d59
16 changed files with 156 additions and 64 deletions
+2 -2
View File
@@ -42,7 +42,6 @@
#include "cardsvalue.h"
#include "configfile.h"
#include "sdlplayer.h"
#include "soundevents.h"
#include "gametablestylereader.h"
#include "carddeckstylereader.h"
@@ -690,7 +689,6 @@ void gameTableImpl::applySettings(settingsDialogImpl* mySettingsDialog)
//apply game table style
myGameTableStyle->readStyleFile(QString::fromUtf8(myConfig->readConfigString("CurrentGameTableStyle").c_str()));
#ifdef GUI_800x480
//cardschancemonitor show/hide
if (!myConfig->readConfigInt("ShowCardsChanceMonitor")) {
@@ -838,6 +836,8 @@ void gameTableImpl::applySettings(settingsDialogImpl* mySettingsDialog)
refreshGroupbox();
provideMyActions();
}
mySoundEventHandler->reInitSoundEngine();
}
void gameTableImpl::initGui(int speed)