We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85718c3 commit 599bef2Copy full SHA for 599bef2
osu.Framework/Graphics/UserInterface/TextBox.cs
@@ -1411,7 +1411,7 @@ protected override bool OnMouseDown(MouseDownEvent e)
1411
1412
var lastSelectionBounds = getTextSelectionBounds();
1413
1414
- var tripleClickTime = GetContainingInputManager().AsNonNull().GetButtonEventManagerFor(e.Button).DoubleClickTime;
+ float tripleClickTime = GetContainingInputManager().AsNonNull().GetButtonEventManagerFor(e.Button).DoubleClickTime;
1415
1416
if (lastDoubleClickTime != null && Time.Current - lastDoubleClickTime < tripleClickTime)
1417
{
0 commit comments