Fixed Bug
Typing went to all Textbox controls
This commit is contained in:
parent
caeda301bc
commit
a88fef1f80
@ -10,7 +10,7 @@
|
||||
<IncludeSymbols>False</IncludeSymbols>
|
||||
<RepositoryUrl>https://git.jacobtech.com/JacobTech.com/GraphicsManager</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<Version>1.0.0-alpha6</Version>
|
||||
<Version>1.0.0-alpha7</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -121,6 +121,7 @@ public class Textbox : IRenderObject
|
||||
|
||||
private void WindowOnTextInput(TextInputEventArgs obj)
|
||||
{
|
||||
if (!use) return;
|
||||
Text += obj.AsString;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user