Remove console.writeline

B2015-125: Add flexgrid leave event for reset of background color on leave.
This commit is contained in:
2015-09-23 16:30:39 +00:00
parent 0406cab44f
commit c504e37285
2 changed files with 15 additions and 1 deletions

View File

@@ -55,7 +55,6 @@ namespace Volian.Controls.Library
// This event was added to better control enabling or disabling of the Insert and Copy Step buttons on the ribbon
void EditItem_Enter(object sender, EventArgs e)
{
Console.WriteLine("EditItem Enter {0}", MyItemInfo);
bool allow = (MyStepPanel.VwMode == E_ViewMode.Edit);
StepTabRibbon str = MyStepPanel.MyStepTabPanel.MyStepTabRibbon;
str.SiblingsButtonsEnabled = allow;