Actions
Bug #831
closed
KD
scrollbar tie
Bug #831:
scrollbar tie
Start date:
05/20/2011
Due date:
% Done:
0%
Estimated time:
Description
does not work:
WImage *img = new WImage("big.jpg");
WScrollArea *sc1 = new WScrollArea(root());
sc1->setMaximumSize(WLength("300px"), WLength("100px"));
sc1->setWidget(img);
WScrollArea *sc2 = new WScrollArea(root());
sc2->setMaximumSize(WLength("300px"), WLength("100px"));
sc2->setWidget(img);
WScrollBar::tie(sc1~~horizontalScrollBar(),sc2~~>horizontalScrollBar());
KD Updated by Koen Deforche over 15 years ago
- Status changed from New to Resolved
Hey,
There was a regression in WScrollBar. Solved in git head.
Regards,
koen.
KD Updated by Koen Deforche about 15 years ago
- Target version set to 3.1.10
KD Updated by Koen Deforche about 15 years ago
- Status changed from Resolved to Closed
Actions