mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
BLADERUNNER: Fix comment about dropdown menu in KIA settings
This commit is contained in:
parent
02d47a1d45
commit
5552a9eed5
@ -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);
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user