فهرست منبع

Merge branch '3.0.4_online'

vian 4 سال پیش
والد
کامیت
708db54762
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      public/web/sheet/sheet_common.js

+ 1 - 1
public/web/sheet/sheet_common.js

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