Example #1
0
 public override void ForceRedraw()
 {
     base.ForceRedraw();
     if (widget != null)
     {
         widget.ForceRedraw();
     }
 }