프로젝트

일반

사용자정보

개정판 5b48dae7

ID5b48dae755a1c6439e678d42f70473db4d08430f
상위 dbddfdd0
하위 195f079d

김태성이(가) 일년 이상 전에 추가함

issue #00000 stringToColorBrushConvert 추가

Change-Id: I8a6212b33194e6409ef223dbca64eeae80f949c2

차이점 보기:

KCOM/Events/CopyCommand.cs
21 21
using System.Text;
22 22
using System.Windows;
23 23
using System.Windows.Media;
24
using System.Windows.Threading;
24 25
using System.Xml;
25 26
using System.Xml.Serialization;
26 27

  
......
71 72
                            id = (InnerItem.Symbol_ID != null) ? "|SymbolID|" + InnerItem.Symbol_ID : "";
72 73
                            MarkupData += "|OR|" + data.ConvertData + id;
73 74
                        }
74
                 
75
                        Clipboard.SetText(MarkupData,TextDataFormat.Text);
76
                    }
75

  
76
                        Dispatcher.CurrentDispatcher.Invoke(() =>
77
                        {
78
                            Clipboard.SetData(DataFormats.StringFormat,MarkupData);
79
                        }, DispatcherPriority.Background);
80
                }
77 81
                }
78 82
            }
79 83
        }

내보내기 Unified diff