UrsaWindow Only trigger OnClosing event once when click Close Button
This commit is contained in:
@@ -117,6 +117,7 @@ public class UrsaWindow: Window
|
||||
if (_canClose)
|
||||
{
|
||||
Close();
|
||||
return;
|
||||
}
|
||||
}
|
||||
base.OnClosing(e);
|
||||
|
||||
Reference in New Issue
Block a user