Merge pull request #425 from huoyaoyuan/password

"Security" update for OsuPasswordTextBox.
This commit is contained in:
Dean Herbert 2017-03-03 11:24:25 +09:00 committed by GitHub
commit 1b297d73c2
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6f97c4b9df20436cda6a6fcfc87ab42185d60db4
Subproject commit 798409058a421307b5a92aeea4cd60a065f5a0d4

View File

@ -14,6 +14,8 @@ namespace osu.Game.Graphics.UserInterface
{
protected override Drawable GetDrawableCharacter(char c) => new PasswordMaskChar(CalculatedTextSize);
public override bool AllowClipboardExport => false;
public class PasswordMaskChar : Container
{
private CircularContainer circle;