OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 20 Nov 2008 21:21:32 +0000 (21:21 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 20 Nov 2008 21:21:32 +0000 (21:21 +0000)
- Small fix to allow the updated presets to display correctly.
Note to self: re-write the code for this function. It's awful!

git-svn-id: svn://localhost/HandBrake/trunk@1937 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/frmMain.cs

index d66692d..1496646 100644 (file)
@@ -2018,7 +2018,7 @@ namespace Handbrake
                     }\r
 \r
                     // Third Case - Any presets the sub presets detected in the above if statment.\r
-                    if (preset.Level == 1 && workingLevel == 2 && previousCategory == preset.Category)\r
+                    if (preset.Level == 1 && workingLevel == 2)\r
                     {\r
                         workingLevel = preset.Level;\r
                         currentCategory = preset.Category;\r