Merge branch 'Pr0curo-hotfixes-1.0.1' into hotfixes-1.0.1

This commit is contained in:
Jinhao 2015-04-03 23:58:26 +08:00
commit c143ba6816

View File

@ -46,13 +46,13 @@ namespace nana
panel(window wd, bool visible) panel(window wd, bool visible)
{ {
this->create(wd, rectangle(), visible); this->create(wd, rectangle(), visible);
bgcolor(API::bgcolor(wd)); this->bgcolor(API::bgcolor(wd));
} }
panel(window wd, const nana::rectangle& r = rectangle(), bool visible = true) panel(window wd, const nana::rectangle& r = rectangle(), bool visible = true)
{ {
this->create(wd, r, visible); this->create(wd, r, visible);
bgcolor(API::bgcolor(wd)); this->bgcolor(API::bgcolor(wd));
} }
bool transparent() const bool transparent() const