BLADERUNNER: Fix comment about dropdown menu in KIA settings

This commit is contained in:
Thanasis Antoniou 2020-06-10 12:49:03 +03:00
parent 02d47a1d45
commit 5552a9eed5
2 changed files with 2 additions and 10 deletions

View File

@ -131,7 +131,7 @@ KIASectionSettings::KIASectionSettings(BladeRunnerEngine *vm)
_uiContainer->add(_directorsCut);
if (_vm->_subtitles->isSystemActive()) {
_uiContainer->add(_subtitlesEnable);
// Note: Keep _languageSelectorScrollBox last added to _uiContainer
// Note: Keep _textLanguageDropdown last added to _uiContainer
// in order to be able to set it as the only active object
// when the language selection dropdown is shown.
_uiContainer->add(_textLanguageDropdown);

View File

@ -62,15 +62,7 @@ class KIASectionSettings : public KIASectionBase {
Common::String _selectedTextLanguageStr;
int _selectedTextLanguageId;
UIDropDown *_textLanguageDropdown;
// UIScrollBox *_languageSelectorScrollBox;
// UIImagePicker *_languageDropdownBtn;
// Common::Rect _languageSelectorFrameRect;
// int _languageSelectorFrameRectColor;
// bool _languageSelectorFrameRectHasFocus;
// int _languageSelectorScrollBoxMaxLineWidth;
UIDropDown *_textLanguageDropdown;
UIImagePicker *_playerAgendaSelector;
int _mouseX;