This commit is contained in:
parent
77cfb0bed2
commit
6c23626864
@ -168,6 +168,7 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
void MyStepRTB_VisibleChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (MyStepRTB == null) return;
|
||||
MyStepRTB.EditMode = MyStepRTB.Visible;
|
||||
//Console.WriteLine("MyStepRTB_VisibleChanged {0}", MyStepRTB.Width);
|
||||
//Console.WriteLine("GridItem: EditMode = {0}", MyStepRTB.EditMode);
|
||||
|
Loading…
x
Reference in New Issue
Block a user