diff --git a/src/Views/CommitBaseInfo.axaml.cs b/src/Views/CommitBaseInfo.axaml.cs index 6eb31a60..8f480745 100644 --- a/src/Views/CommitBaseInfo.axaml.cs +++ b/src/Views/CommitBaseInfo.axaml.cs @@ -130,7 +130,7 @@ namespace SourceGit.Views if (c != null) { ToolTip.SetTip(ctl, c); - ToolTip.SetIsOpen(ctl, true); + ToolTip.SetIsOpen(ctl, ctl.IsPointerOver); } } }