개정판 120b8b00
issue #000 Arrow 꺽은 선 생성 과정에서 Move로 Drawing 할 때 꺽은 선이 안그려지는 에러 발생
OnCreatingMouseMove 함수에서 ControlType 체크 시 ControlType이 꺾은선 타입으로 안되어 있어서 this.isFixed 변하지 않기 때문이다. 해결.
Change-Id: I63cff3bde7aabad6903fd7c65e3247ccf626db2b
KCOM/KCOM.csproj | ||
---|---|---|
80 | 80 |
<SpecificVersion>False</SpecificVersion> |
81 | 81 |
<HintPath>..\packages\PDFExtractorSDK\FULL\net4.00\Bytescout.PDFExtractor.OCRExtension.dll</HintPath> |
82 | 82 |
</Reference> |
83 |
<Reference Include="EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
84 |
<HintPath>..\packages\EntityFramework.4.3.1\lib\net40\EntityFramework.dll</HintPath> |
|
85 |
</Reference> |
|
86 | 83 |
<Reference Include="Interop.OdaX"> |
87 | 84 |
<HintPath>..\packages\ODA\Interop.OdaX.dll</HintPath> |
88 | 85 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
내보내기 Unified diff