]> granicus.if.org Git - handbrake/commitdiff
WinGui: Disable End point affecting the start point for anything other than chapters.
authorsr55 <sr55.hb@outlook.com>
Sun, 26 May 2013 11:56:37 +0000 (11:56 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 26 May 2013 11:56:37 +0000 (11:56 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5516 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs

index fd25853370d598be02cbec9ffb4d5198e4dd6715..54911cd8182a70b8b5406cc44e3a8abd601874d8 100644 (file)
@@ -789,7 +789,7 @@ namespace HandBrakeWPF.ViewModels
                     this.Destination = AutoNameHelper.AutoName(this.CurrentTask, this.SourceName);\r
                 }\r
 \r
-                if (this.SelectedStartPoint > this.SelectedEndPoint)\r
+                if (this.SelectedStartPoint > this.SelectedEndPoint && this.SelectedPointToPoint == PointToPointMode.Chapters)\r
                 {\r
                     this.SelectedStartPoint = this.SelectedEndPoint;\r
                 }\r