anchor preset popup shift + ctrl

This commit is contained in:
honzapatCZ
2021-04-02 17:47:39 +02:00
parent 0b4408bc78
commit c4dd5ef5c8
3 changed files with 29 additions and 7 deletions

View File

@@ -193,7 +193,7 @@ namespace FlaxEngine.GUI
}
return result;
}
set => SetAnchorPreset(value, false);
set => SetAnchorPreset(value, Input.GetKey(KeyboardKeys.Shift), Input.GetKey(KeyboardKeys.Control));
}
/// <summary>