Skip to content

Commit

Permalink
SLVS-1442 Fix JRE not persisted
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 982cf36 commit e8cc833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</Grid.RowDefinitions>

<TextBlock Grid.Row="0" Text="{x:Static res:Strings.JreLocationDescriptionText}" />
<TextBox Grid.Row="1" Margin="0,5" Text="{Binding Path=JreLocation}"/>
<TextBox Grid.Row="1" Margin="0,5" Text="{Binding Path=JreLocation, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"/>
<TextBlock Grid.Row="2" Text="{x:Static res:Strings.RestartIdeToApplyOptionLabel}" />
</Grid>
</GroupBox>
Expand Down

0 comments on commit e8cc833

Please sign in to comment.