when the layout is switched and the new layout is on the combo list, use the label previously assigned to it
This commit is contained in:
parent
673d4d3316
commit
810fe4b176
@ -134,7 +134,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
if (idx == -1) {
|
||||
prompt = e.layoutID;
|
||||
} else {
|
||||
prompt = ResourceUtil.getInstance().getString('bbb.layout.combo.prompt');
|
||||
prompt = dataProvider[idx].label;
|
||||
}
|
||||
invalidateDisplayList();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user