Refactoring symbol table dialog

This commit is contained in:
Julia Radzhabova 2019-11-15 15:53:51 +03:00
parent 736e7336a2
commit 2d46a39a53

View file

@ -599,6 +599,7 @@ define([
el : $window.find('#symbol-table-cmb-range'),
cls : 'input-group-nr',
editable : false,
search : true,
menuStyle : 'min-width: 100%; max-height: 209px;'
}).on('selected', function(combo, record) {
var oCurrentRange = me.getRangeByName(aRanges, parseInt(record.value));