Yet even more additional supplementary additive fixup

This commit is contained in:
Charles Dang 2018-05-05 13:31:16 +11:00
parent 77922e5450
commit 7983b283ce

View file

@ -29,9 +29,9 @@ REGISTER_WIDGET(size_lock)
size_lock::size_lock(const implementation::builder_size_lock& builder)
: container_base(builder, get_control_type())
, widget_(nullptr)
, width_(builder.width_)
, height_(builder.height_)
, widget_(nullptr)
{
}