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