ソースを参照

超计底色标识,默认显示

MaiXinRong 7 年 前
コミット
05e367e951
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Units/ProjectProperty.pas

+ 1 - 1
Units/ProjectProperty.pas

@@ -556,7 +556,7 @@ begin
   FShowBGLCode := GetBoolPropertyDef('ShowBGLCode', True);
   FShowDesignQuantity := GetBoolPropertyDef('ShowDesignQuantity', False);
   FShowAlias := GetBoolPropertyDef('ShowAlias', False);
-  FShowOverRange := GetBoolPropertyDef('ShowOverRange', False);
+  FShowOverRange := GetBoolPropertyDef('ShowOverRange', True);
 
   FShowReportShading := GetBoolPropertyDef('ShowReportShading', False);
   FReportShading := GetStrPropertyDef('ReportShading', '');