/** * Generated method overrides the built-in QControl method, causing it to not redraw completely. We restore * its functionality here. */ public function Refresh() { parent::Refresh(); QControl::Refresh(); }