mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 05:05:00 +00:00
refactor: rewrites the built-in grammar extension
This commit is contained in:
parent
0a4d5b8429
commit
4a3620db5e
2 changed files with 69 additions and 40 deletions
|
@ -202,7 +202,7 @@ namespace SourceGit.Native
|
|||
private void FixWindowFrameOnWin10(Window w)
|
||||
{
|
||||
if (w.WindowState != WindowState.Normal)
|
||||
w.SystemDecorations = SystemDecorations.Full;
|
||||
w.SystemDecorations = SystemDecorations.Full;
|
||||
else
|
||||
w.SystemDecorations = SystemDecorations.BorderOnly;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue