프로젝트

일반

사용자정보

개정판 be31927d

IDbe31927dc20bed5b8205a90ab836db5706f57e22
상위 b7637656
하위 cdbba2da

김동진이(가) 약 6년 전에 추가함

issue #000 symbol click event error modify

차이점 보기:

KCOM/Controls/Symbol.xaml.cs
396 396
            {
397 397
                Type type = e.OriginalSource.GetType();
398 398
                string id = string.Empty;
399
                Logger.sendResLog("Move_Symbol", type.Name, 0);
399 400
                if (type.Name == "Image")
400 401
                {
401 402
                    id = ((e.OriginalSource as Image).DataContext as Symbol_Custom).ID;
......
404 405
                {
405 406
                    id = ((e.OriginalSource as Border).DataContext as Symbol_Custom).ID;
406 407
                }
408
                else if (type.Name == "TextBlock")
409
                {
410
                    id = ((e.OriginalSource as TextBlock).DataContext as Symbol_Custom).ID;
411
                }
407 412

  
408 413
                IsMouseDown = true;
409 414
                if (e.ClickCount > 1)

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)