FIX: eliminate a default group label "panel widget" --> ""
This commit is contained in:
parent
7bd336dc43
commit
b92e391b62
@ -31,6 +31,7 @@ namespace nana{
|
|||||||
void create(window pnl)
|
void create(window pnl)
|
||||||
{
|
{
|
||||||
caption.create(pnl);
|
caption.create(pnl);
|
||||||
|
caption.caption(STR(""));
|
||||||
place_content.bind(pnl);
|
place_content.bind(pnl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user