Skip to content

Commit

Permalink
Yet even more additional supplementary additive fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed May 5, 2018
1 parent f33b33b commit 06d1aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/widgets/size_lock.cpp
Expand Up @@ -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)
{
}

Expand Down

0 comments on commit 06d1aa7

Please sign in to comment.