[SSE] Fix protection dialog
This commit is contained in:
parent
68f8032022
commit
4ef10c6f06
|
@ -301,6 +301,8 @@ define([
|
|||
record.set('check', !record.get('check'));
|
||||
if (record.get('optionName') == 'SelectLockedCells' && record.get('check'))
|
||||
this.optionsList.store.findWhere({optionName: 'SelectUnlockedCells'}).set('check', true);
|
||||
if (record.get('optionName') == 'SelectUnlockedCells' && !record.get('check'))
|
||||
this.optionsList.store.findWhere({optionName: 'SelectLockedCells'}).set('check', false);
|
||||
// listView.scroller.update({minScrollbarLength : 40, alwaysVisibleY: true, suppressScrollX: true});
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue