개정판 89b30429
double collection capacity 로 인해 캐시 메모리 1기가 잡는 현상 수정
KCOM/Common/ViewerDataModel.cs | ||
---|---|---|
1141 | 1141 |
|
1142 | 1142 |
this.ArcLength = 10; |
1143 | 1143 |
|
1144 |
this.DashSize = new DoubleCollection(99999999);
|
|
1144 |
this.DashSize = new DoubleCollection(); |
|
1145 | 1145 |
|
1146 | 1146 |
this.SaveInterval = 5; |
1147 | 1147 |
} |
내보내기 Unified diff