Actions
Bug #1079
closedoverlapping sliders do not overlap
Start date:
12/02/2011
Due date:
% Done:
0%
Estimated time:
Description
I'm using a WStackedWidget to paint widgets on top of each other. This works for many widgets, but not for WSlider's. The example program shows two WStackedWidget's. The first one has two WText widgets, correctly painted on top of each other. The second one has two WText widgets and two WSlider's. The second WSlider is not painted over the first one.
To run the example program, execute the readme.sh script. Before you do that, check where your Wt/resources directory is.
Files
Updated by Koen Deforche almost 13 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version set to 3.2.1
Hey,
the slider was resetting it to relative positioning (for own purposes) ... fixed now !
koen
Updated by Arjan Vermeij almost 13 years ago
It works for me. You are an angel! Arjan.
Actions