프로젝트

일반

사용자정보

개정판 b9b01f8e

IDb9b01f8e834ca2aaaa9de488208280925250d93f
상위 8c062d19
하위 060501e2

이지연이(가) 약 6년 전에 추가함

issue #811 Print, Export, message Dialog창이 상단으로 오지 않는 현상

차이점 보기:

KCOM/Controls/Symbol.xaml.cs
191 191

  
192 192
            DialogParameters parameters = new DialogParameters()
193 193
            {
194
                Owner = Application.Current.MainWindow,
194 195
                Content = box,
195 196
                Header = header,
196 197
                Theme = new VisualStudio2013Theme(),
......
232 233
                }
233 234
                DialogParameters parameters = new DialogParameters()
234 235
                {
236
                    Owner = Application.Current.MainWindow,
235 237
                    Closed = (obj, args) => this.MarkupNamePromptClose(MarkupData, args), 
236 238
                    DefaultPromptResultValue = "Custom State",
237 239
                    Content = "Name :",
......
390 392

  
391 393
            DialogParameters parameters = new DialogParameters()
392 394
            {
395
                Owner = Application.Current.MainWindow,
393 396
                Closed = (obj, args) => this.MarkupReNamePromptClose("", args),
394 397
                //DefaultPromptResultValue = "Custom State",
395 398
                DefaultPromptResultValue = (lstSymbolPrivate.SelectedItem as Symbol_Custom).Name,
......
414 417

  
415 418
            DialogParameters parameters = new DialogParameters()
416 419
            {
420
                Owner = Application.Current.MainWindow,
417 421
                Closed = (obj, args) => this.MarkupReNamePromptClose("", args),
418 422
                //DefaultPromptResultValue = "Custom State",
419 423
                DefaultPromptResultValue = (lstSymbolPublic.SelectedItem as Symbol_Custom).Name,

내보내기 Unified diff

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