mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-01-29 02:06:48 +08:00
Revert the exception handling for Show()
This commit is contained in:
@@ -208,16 +208,7 @@ public partial class ViewerWindow
|
||||
if (!IsVisible)
|
||||
{
|
||||
Dispatcher.BeginInvoke(new Action(() => this.BringToFront(Topmost)), DispatcherPriority.Render);
|
||||
|
||||
try
|
||||
{
|
||||
Show();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Debug.WriteLine(ex);
|
||||
ProcessHelper.WriteLog(ex.ToString());
|
||||
}
|
||||
Show();
|
||||
}
|
||||
|
||||
//ShowWindowCaptionContainer(null, null);
|
||||
|
||||
Reference in New Issue
Block a user