js/controls/dialogs/alert_sheet/alert_sheet.js in rsence-pre-2.3.0.18 vs js/controls/dialogs/alert_sheet/alert_sheet.js in rsence-pre-2.3.0.19
- old
+ new
@@ -20,9 +20,10 @@
/** = Description
* Draws the warning text (this.label) as a HStringView and a warning image
* and an alert button.
**/
drawSubviews: function(){
+ this.base();
this.icon = HImageView.nu(
[ 16, 16, 48, 48 ],
this, {
value: this.getThemeGfxFile('sheet_warning.png')
}