Skip to content

Commit 2729c85

Browse files
author
RandomEngy
committed
Fix bug with Cropping mode and databinding. Updating installer to point to .NET 4 client profile download page.
1 parent 42bc126 commit 2729c85

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

Installer/VidCoder.iss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ begin
8484
mbConfirmation, MB_YESNO) = idYes) then
8585
begin
8686
ShellExec('open',
87-
'http://www.microsoft.com/downloads/details.aspx?FamilyId=AB99342F-5D1A-413D-8319-81DA479AB0D7&displaylang=en',
87+
'http://www.microsoft.com/downloads/details.aspx?FamilyID=e5ad0459-cbcc-4b4f-97b6-fb17111cf544',
8888
'','',SW_SHOWNORMAL,ewNoWait,ErrorCode);
8989
end;
9090
result := false;
@@ -95,3 +95,4 @@ end;
9595
9696
9797
98+

VidCoder/View/EncodingWindow.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,8 @@
347347
Style="{StaticResource SectionHeader}" />
348348

349349
<RadioButton Height="16" Grid.Column="1" Grid.RowSpan="3" HorizontalAlignment="Left" Margin="50,34,0,0" Name="radioButton1" VerticalAlignment="Top" Width="120"
350-
GroupName="Cropping"
351350
IsChecked="{Binding CustomCropping, Converter={StaticResource InverseBoolConverter}}">Automatic</RadioButton>
352351
<RadioButton Height="16" Grid.Column="1" Grid.RowSpan="3" HorizontalAlignment="Left" Margin="50,56,0,0" Name="radioButton2" VerticalAlignment="Top" Width="120"
353-
GroupName="Cropping"
354352
IsChecked="{Binding CustomCropping}">Custom</RadioButton>
355353
<Grid Margin="45.434,70,0,0" Name="grid4" Grid.Column="1" Height="139.04" VerticalAlignment="Top" Grid.RowSpan="3" HorizontalAlignment="Left" Width="210">
356354
<HandBrakeControls:NumberBox Height="23" Margin="78,30,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" Width="36"

VidCoder/ViewModel/EncodingViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ public bool IsModified
215215
if (value)
216216
{
217217
this.mainViewModel.ModifyPreset(this.profile);
218-
//this.mainViewModel.AddModifiedPreset(this.profile);
219218
}
220219
}
221220

0 commit comments

Comments
 (0)