* 更新弹窗不置顶的Bug
This commit is contained in:
parent
d9a8896e74
commit
e093821c06
@ -182,6 +182,7 @@ namespace Sunny.UI
|
|||||||
frm.StartPosition = FormStartPosition.CenterScreen;
|
frm.StartPosition = FormStartPosition.CenterScreen;
|
||||||
frm.ShowMessage(message, title, showCancelButton, style);
|
frm.ShowMessage(message, title, showCancelButton, style);
|
||||||
frm.ShowInTaskbar = false;
|
frm.ShowInTaskbar = false;
|
||||||
|
frm.TopMost = topMost;
|
||||||
|
|
||||||
if (showMask)
|
if (showMask)
|
||||||
frm.ShowDialogWithMask();
|
frm.ShowDialogWithMask();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user