make some projects compatible with netframework4.8 again
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
@@ -81,7 +80,7 @@ public class Highlighter : Component
|
||||
|
||||
private void ControlHighlightVisibleChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (_HighlightPanel is not null && Conversions.ToBoolean(Operators.ConditionalCompareObjectEqual(_HighlightPanel.FocusHighlightControl, sender, false)))
|
||||
if (_HighlightPanel is not null && sender.Equals(_HighlightPanel.FocusHighlightControl))
|
||||
UpdateHighlighterRegion();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user