Bug #6293 » issue_6293.patch
| src/Wt/StdGridLayoutImpl2.C | ||
|---|---|---|
|
{
|
||
|
DomElement *c = getImpl(item)->createDomElement(true, true, app);
|
||
|
c->setProperty(PropertyStylePosition, "absolute");
|
||
|
c->setProperty(PropertyStyleVisibility, "hidden");
|
||
|
return c;
|
||