]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Sat, 15 Nov 2008 22:12:01 +0000 (22:12 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 15 Nov 2008 22:12:01 +0000 (22:12 +0000)
- Fix: Enable the chapter markers tab if the preset uses chapter markers.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1921 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/frmMain/PresetLoader.cs

index e56ee4cbf456c794627e6391ae3d38c4bd9b4d4a..f91194e0255d479a6dcedbb80c5997196d58c1e1 100644 (file)
@@ -187,7 +187,10 @@ namespace Handbrake
             #region Chapter Markers\r
 \r
             if (presetQuery.ChapterMarkers == true)\r
+            {\r
                 mainWindow.Check_ChapterMarkers.CheckState = CheckState.Checked;\r
+                mainWindow.Check_ChapterMarkers.Enabled = true;\r
+            }\r
             else\r
                 mainWindow.Check_ChapterMarkers.CheckState = CheckState.Unchecked;\r
 \r