mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 10:25:00 +00:00
fix: must convert the relative path to absolute before send it to first instance (#1376)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
dd432c63e8
commit
db5bb0aec9
3 changed files with 14 additions and 4 deletions
|
@ -135,7 +135,7 @@ namespace SourceGit.Views
|
|||
else
|
||||
{
|
||||
ToolTip.SetTip(this, TIPS[(int)c.Index]);
|
||||
}
|
||||
}
|
||||
|
||||
InvalidateVisual();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue