Reset background color of table, if delete was aborted

This commit is contained in:
John Jenko 2011-05-16 18:52:59 +00:00
parent 0b3693fef8
commit c7fc6bae56

View File

@ -872,6 +872,7 @@ namespace Volian.Controls.Library
else
{
MyFlexGrid.Styles.Fixed.BackColor = MyFlexGrid.DefaultFixedBackgroundColor;
MyFlexGrid.StyleBackColor = MyFlexGrid.DefaultCellBackgroundcolor;
if (MyFlexGrid.Focused) // If active Set BackColor to the active color
SetActive();
else // Otherwise Set the BackColor to either the InactiveColor or the AnnotationColor