summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/CS/Controls/x264Panel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/Controls/x264Panel.cs b/win/CS/Controls/x264Panel.cs
index 732ee2d4f..aacb93983 100644
--- a/win/CS/Controls/x264Panel.cs
+++ b/win/CS/Controls/x264Panel.cs
@@ -150,7 +150,7 @@ namespace Handbrake.Controls
}
/* Change the option string to reflect the new standardized option string */
- if (changedOptString != string.Empty)
+ if (!string.IsNullOrEmpty(changedOptString) && !rtf_x264Query.Text.Equals(changedOptString))
rtf_x264Query.Text = changedOptString;
}