Reset background color of table, if delete was aborted
This commit is contained in:
parent
0b3693fef8
commit
c7fc6bae56
@ -872,6 +872,7 @@ namespace Volian.Controls.Library
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
MyFlexGrid.Styles.Fixed.BackColor = MyFlexGrid.DefaultFixedBackgroundColor;
|
MyFlexGrid.Styles.Fixed.BackColor = MyFlexGrid.DefaultFixedBackgroundColor;
|
||||||
|
MyFlexGrid.StyleBackColor = MyFlexGrid.DefaultCellBackgroundcolor;
|
||||||
if (MyFlexGrid.Focused) // If active Set BackColor to the active color
|
if (MyFlexGrid.Focused) // If active Set BackColor to the active color
|
||||||
SetActive();
|
SetActive();
|
||||||
else // Otherwise Set the BackColor to either the InactiveColor or the AnnotationColor
|
else // Otherwise Set the BackColor to either the InactiveColor or the AnnotationColor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user