use theme color as selected border color
This commit is contained in:
parent
3565784254
commit
4112dd1cd9
@ -449,7 +449,7 @@ namespace UniversalEditor.Plugins.Multimedia.UserInterface.Editors.Multimedia.Pa
|
||||
e.Graphics.FillRectangle(new SolidBrush(entry.Color), rect);
|
||||
if (entry == SelectedEntry)
|
||||
{
|
||||
e.Graphics.DrawRectangle(new Pen(Colors.LightSteelBlue, new Measurement(2, MeasurementUnit.Pixel)), new Rectangle(x, y, w, h));
|
||||
e.Graphics.DrawRectangle(new Pen(SystemColors.HighlightBackground, new Measurement(2, MeasurementUnit.Pixel)), new Rectangle(x, y, w, h));
|
||||
}
|
||||
zcount++;
|
||||
x += w;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user