Fixup 18afe08
This commit is contained in:
parent
acb48da5d2
commit
77922e5450
1 changed files with 1 additions and 1 deletions
|
@ -155,9 +155,9 @@ namespace implementation
|
|||
{
|
||||
builder_size_lock::builder_size_lock(const config& cfg)
|
||||
: builder_styled_widget(cfg)
|
||||
, content_(nullptr)
|
||||
, width_(cfg["width"])
|
||||
, height_(cfg["height"])
|
||||
, content_(nullptr)
|
||||
{
|
||||
VALIDATE(cfg.has_child("widget"), _("No widget defined."));
|
||||
content_ = create_widget_builder(cfg.child("widget"));
|
||||
|
|
Loading…
Add table
Reference in a new issue