Project

General

Profile

Actions

Bug #831

closed

scrollbar tie

Added by Anonymous almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
Target version:
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());

Actions #1

Updated by Koen Deforche almost 13 years ago

  • Status changed from New to Resolved

Hey,

There was a regression in WScrollBar. Solved in git head.

Regards,

koen.

Actions #2

Updated by Koen Deforche almost 13 years ago

  • Target version set to 3.1.10
Actions #3

Updated by Koen Deforche almost 13 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF