Remove console.writeline
B2015-125: Add flexgrid leave event for reset of background color on leave.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user