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 7922070 commit d8d8f62Copy full SHA for d8d8f62
Intersect.Client.Framework/Gwen/Control/Layout/TableRow.cs
@@ -219,7 +219,7 @@ protected virtual void ComputeColumns()
219
mColumns.Add(new Label(this)
220
{
221
Font = Font,
222
- MouseInputEnabled = true,
+ MouseInputEnabled = false,
223
Padding = Padding.Three,
224
TextColor = TextColor,
225
TextColorOverride = TextColorOverride,
Intersect.Client.Framework/Gwen/Input/InputHandler.cs
@@ -23,7 +23,7 @@ public static partial class InputHandler
23
/// <summary>
24
/// Control currently hovered by mouse.
25
/// </summary>
26
- public static Base HoveredControl;
+ public static Base? HoveredControl { get; set; }
27
28
29
/// Control that corrently has keyboard focus.
0 commit comments