Fix options dialog's reflowLayout.
svn-id: r43425
This commit is contained in:
parent
34380d9335
commit
9f981303d2
1 changed files with 2 additions and 2 deletions
|
@ -744,10 +744,10 @@ int OptionsDialog::getSubtitleMode(bool subtitles, bool speech_mute) {
|
|||
}
|
||||
|
||||
void OptionsDialog::reflowLayout() {
|
||||
Dialog::reflowLayout();
|
||||
|
||||
if (_graphicsTabId != -1 && _tabWidget)
|
||||
_tabWidget->setTabTitle(_graphicsTabId, g_system->getOverlayWidth() > 320 ? "Graphics" : "GFX");
|
||||
|
||||
Dialog::reflowLayout();
|
||||
}
|
||||
|
||||
#pragma mark -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue