Skip to content

Commit

Permalink
Merge pull request #298 from EchterAgo/reset_fix
Browse files Browse the repository at this point in the history
Fix reset button being attached to the group object in groups
  • Loading branch information
tgjones authored Nov 6, 2018
2 parents 620210c + 1496ffa commit 95f40c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Gemini.Modules.Inspector/Resources/Resources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
BorderBrush="Transparent"
IsEnabled="{Binding IsDirty}"
Visibility="{Binding CanReset, Converter={StaticResource BoolToVisibilityConverter}}"
cal:Action.TargetWithoutContext="{Binding}"
cal:Message.Attach="Reset"/>
</Grid>
</DataTemplate>
Expand Down

0 comments on commit 95f40c4

Please sign in to comment.