Merge branch 'Pr0curo-hotfixes-1.0.1' into hotfixes-1.0.1
This commit is contained in:
commit
c143ba6816
@ -46,13 +46,13 @@ namespace nana
|
||||
panel(window wd, bool 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)
|
||||
{
|
||||
this->create(wd, r, visible);
|
||||
bgcolor(API::bgcolor(wd));
|
||||
this->bgcolor(API::bgcolor(wd));
|
||||
}
|
||||
|
||||
bool transparent() const
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user