We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d278cf commit 4ea62d6Copy full SHA for 4ea62d6
SharpEngine.Core/Widget/MultiLineInput.cs
@@ -93,10 +93,10 @@ public override void Draw()
93
var offsetY = realTextSize.Y * lines.Length - (Size.Y - 8);
94
95
SERender.ScissorMode(
96
- (int)finalPosition.X,
97
- (int)finalPosition.Y,
98
- (int)Size.X - 8,
99
- (int)Size.Y - 8,
+ finalPosition.X,
+ finalPosition.Y,
+ Size.X - 8,
+ Size.Y - 8,
100
InstructionSource.UI,
101
ZLayer + 0.00002f,
102
() =>
0 commit comments