개정판 b9b01f8e
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