mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
fix: modal dialog did not take focus after show (#1225)
Co-authored-by: Gadfly <gadfly@gadfly.vip> Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
a42df87b9c
commit
7be37424e1
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ namespace SourceGit.Views
|
||||||
|
|
||||||
public ChromelessWindow()
|
public ChromelessWindow()
|
||||||
{
|
{
|
||||||
|
Focusable = true;
|
||||||
|
|
||||||
if (OperatingSystem.IsLinux())
|
if (OperatingSystem.IsLinux())
|
||||||
{
|
{
|
||||||
if (UseSystemWindowFrame)
|
if (UseSystemWindowFrame)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue