Renamed handleScreenChanged() -> reflowLayout() in the GUI code
svn-id: r23662
This commit is contained in:
parent
ca7880df6c
commit
1a10cacfb9
23 changed files with 60 additions and 60 deletions
|
@ -606,8 +606,8 @@ int OptionsDialog::getSubtitleMode(bool subtitles, bool speech_mute) {
|
|||
return 2;
|
||||
}
|
||||
|
||||
void OptionsDialog::handleScreenChanged() {
|
||||
Dialog::handleScreenChanged();
|
||||
void OptionsDialog::reflowLayout() {
|
||||
Dialog::reflowLayout();
|
||||
|
||||
int labelWidth = g_gui.evaluator()->getVar("tabPopupsLabelW");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue