more work on gtk & code cleanup
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace Pilz.UI.WinForms;
|
||||
namespace Pilz.UI.WinForms;
|
||||
|
||||
|
||||
internal class HighlightPanel : Control
|
||||
{
|
||||
|
||||
private Dictionary<Control, eHighlightColor> _Highlights = null;
|
||||
private List<HighlightRegion> _HighlightRegions = new List<HighlightRegion>();
|
||||
private List<HighlightRegion> _HighlightRegions = [];
|
||||
|
||||
public HighlightPanel(Dictionary<Control, eHighlightColor> highlights)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user