unmark table is selected for copystep
This commit is contained in:
parent
02c1b2c665
commit
6ca33e7e8f
@ -1677,7 +1677,10 @@ namespace Volian.Controls.Library
|
|||||||
SetPasteButtonEnabled();
|
SetPasteButtonEnabled();
|
||||||
}
|
}
|
||||||
if (MyFlexGrid != null)
|
if (MyFlexGrid != null)
|
||||||
|
{
|
||||||
MyFlexGrid.Styles.Fixed.BackColor = MyFlexGrid.DefaultFixedBackgroundColor;
|
MyFlexGrid.Styles.Fixed.BackColor = MyFlexGrid.DefaultFixedBackgroundColor;
|
||||||
|
MyFlexGrid.StyleBackColor = MyFlexGrid.DefaultCellBackgroundcolor;
|
||||||
|
}
|
||||||
MyEditItem.IdentifyChildren(false);
|
MyEditItem.IdentifyChildren(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user