|
@@ -501,7 +501,7 @@ var sheetCommonObj = {
|
|
// 无法勾选的复选框
|
|
// 无法勾选的复选框
|
|
getReadOnlyCheckBox () {
|
|
getReadOnlyCheckBox () {
|
|
function ReadOnlyCheckBox() {}
|
|
function ReadOnlyCheckBox() {}
|
|
- ReadOnlyCheckBox.prototype = new GC.Spread.Sheets.CellTypes.CheckBox();
|
|
|
|
|
|
+ ReadOnlyCheckBox.prototype = this.getCheckBox(true);
|
|
ReadOnlyCheckBox.prototype.processMouseUp = function () {
|
|
ReadOnlyCheckBox.prototype.processMouseUp = function () {
|
|
return;
|
|
return;
|
|
};
|
|
};
|