Actions
Bug #1374
closedAdding widgets to layout doesn't work!
Start date:
07/27/2012
Due date:
% Done:
0%
Estimated time:
Description
WContainerWidget *glContainer = new WContainerWidget(root());
WHBoxLayout *layout = new WHBoxLayout();
layout->addWidget(new WText("Test"));
glContainer->setLayout(layout);
This doesn't work! All I get is a blank page with above code.
Updated by Wim Dumon over 12 years ago
This is indeed a bug that slipped in our last release (Wt 3.2.2). It is resolved in the git version of Wt and we will release a patch release very soon due to this bug.
Best regards,
Wim.
Updated by Koen Deforche over 12 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.2.2-p1
Updated by Koen Deforche about 12 years ago
- Status changed from Resolved to Closed
- Target version changed from 3.2.2-p1 to 3.2.3
Fixed in Wt 3.2.3 RC1.
Actions