some small place fixes
This commit is contained in:
@@ -1737,6 +1737,9 @@ namespace nana
|
|||||||
decltype(dockable_field->dockarea) del(ptr);
|
decltype(dockable_field->dockarea) del(ptr);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this->set_display(false);
|
||||||
|
impl_ptr_->collocate();
|
||||||
|
|
||||||
API::close_window(window_handle);
|
API::close_window(window_handle);
|
||||||
}
|
}
|
||||||
private:
|
private:
|
||||||
|
|||||||
@@ -301,7 +301,9 @@ namespace nana
|
|||||||
else
|
else
|
||||||
r.height = 0;
|
r.height = 0;
|
||||||
|
|
||||||
if (!tabbar_ && panels_.size() > 0)
|
if (!tabbar_)
|
||||||
|
{
|
||||||
|
if (panels_.size() > 0)
|
||||||
{
|
{
|
||||||
tabbar_.reset(new tabbar_lite(*this));
|
tabbar_.reset(new tabbar_lite(*this));
|
||||||
|
|
||||||
@@ -325,6 +327,9 @@ namespace nana
|
|||||||
tabbar_->attach(pos++, *pn.widget_ptr);
|
tabbar_->attach(pos++, *pn.widget_ptr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
r.height -= 20;
|
||||||
|
|
||||||
auto wdg = fn(*this);
|
auto wdg = fn(*this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user