Исправление ошибок при событии DragEnter для доп. цвета
This commit is contained in:
parent
f76c9a2d47
commit
ba8006d2d1
@ -315,6 +315,7 @@
|
||||
this.labelDopColor.Text = "Доп. цвет";
|
||||
this.labelDopColor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.labelDopColor.DragDrop += new System.Windows.Forms.DragEventHandler(this.LabelDopColor_DragDrop);
|
||||
this.labelDopColor.DragEnter += new System.Windows.Forms.DragEventHandler(this.LabelDopColor_DragEnter);
|
||||
//
|
||||
// labelBaseColor
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user