fix a crash error of improvement of group
This commit is contained in:
parent
e47f545b4d
commit
8ba312d50e
@ -121,8 +121,8 @@ namespace nana{
|
||||
using groupbase_type = widget_object<category::widget_tag, drawerbase::panel::drawer, general_events, drawerbase::group::scheme>;
|
||||
|
||||
group::group(window parent, ::std::string titel, bool formatted, unsigned gap, const rectangle& r, bool vsb)
|
||||
: group(parent, r, vsb)
|
||||
{
|
||||
this->create(parent, r, vsb);
|
||||
this->bgcolor(API::bgcolor(parent));
|
||||
|
||||
impl_.reset(new implement(*this, std::move(titel), vsb, gap));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user