Actions
Bug #831
closedscrollbar 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());
Updated by Koen Deforche over 13 years ago
- Status changed from New to Resolved
Hey,
There was a regression in WScrollBar. Solved in git head.
Regards,
koen.
Updated by Koen Deforche over 13 years ago
- Status changed from Resolved to Closed
Actions