fix GroupBox crash on theme change

This commit is contained in:
Vadim Lopatin 2016-10-10 16:12:17 +03:00
parent 6177a93a74
commit e59c6fad2e
1 changed files with 6 additions and 0 deletions

View File

@ -130,6 +130,12 @@ class GroupBox : LinearLayout {
_topHeight = _topFrameHeight;
}
/// handle theme change: e.g. reload some themed resources
override void onThemeChanged() {
super.onThemeChanged();
_caption.onThemeChanged();
}
/// get padding (between background bounds and content of widget)
override @property Rect padding() const {
// get default padding