From 024bfeef208234d4f08dfdf58a5e4d03e1413d67 Mon Sep 17 00:00:00 2001 From: Jinhao Date: Sun, 26 Jul 2015 04:47:28 +0800 Subject: [PATCH] improve group widget --- source/gui/widgets/group.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/gui/widgets/group.cpp b/source/gui/widgets/group.cpp index e722a7b6..95e9428d 100644 --- a/source/gui/widgets/group.cpp +++ b/source/gui/widgets/group.cpp @@ -243,6 +243,7 @@ namespace nana{ { impl_->caption.caption(std::move(str)); impl_->update_div(); + impl_->place_content.collocate(); } }//end namespace nana