Call base method in Form class.
This commit is contained in:
@@ -66,6 +66,8 @@ namespace Dashboard.Controls
|
|||||||
foreach (Control child in this)
|
foreach (Control child in this)
|
||||||
child.SendEvent(this, new PaintEventArgs(dc));
|
child.SendEvent(this, new PaintEventArgs(dc));
|
||||||
|
|
||||||
|
base.OnPaint(dc);
|
||||||
|
|
||||||
dc.End();
|
dc.End();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user