mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Fixed diagnostcis
This commit is contained in:
@@ -411,6 +411,11 @@ public partial class View // Drawing APIs
|
||||
attr = new (inputAttribute.Foreground.GetHighlightColor (), inputAttribute.Background);
|
||||
}
|
||||
|
||||
if (Diagnostics.HasFlag (ViewDiagnosticFlags.MouseOver) && _mouseOver)
|
||||
{
|
||||
attr = new (attr.Foreground.GetDarkerColor (), attr.Background.GetDarkerColor ());
|
||||
}
|
||||
|
||||
return attr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user