summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrake.Framework
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-11-27 22:43:41 +0000
committersr55 <[email protected]>2010-11-27 22:43:41 +0000
commit462eac327c30522a9301d5c8feeec849fd556f06 (patch)
tree6d8002457652d2de6f6afb0d39c04a93357c781d /win/C#/HandBrake.Framework
parentaaecfe6931f6925746b39394e2fff42207c2cf6a (diff)
WinGui:
- Fix a bug with the Scan Started and Ended Event Handlers. - Make the Error window Top Most. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3688 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.Framework')
-rw-r--r--win/C#/HandBrake.Framework/Views/ExceptionWindow.designer.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/HandBrake.Framework/Views/ExceptionWindow.designer.cs b/win/C#/HandBrake.Framework/Views/ExceptionWindow.designer.cs
index 79bd6b29e..f8df557f5 100644
--- a/win/C#/HandBrake.Framework/Views/ExceptionWindow.designer.cs
+++ b/win/C#/HandBrake.Framework/Views/ExceptionWindow.designer.cs
@@ -156,6 +156,7 @@
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel1);
this.Name = "ExceptionWindow";
+ this.TopMost = true;
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();