Project

General

Profile

Actions

Bug #831

closed
KD

scrollbar tie

Bug #831: scrollbar tie

Added by Anonymous over 15 years ago. Updated about 15 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());

KD Updated by Koen Deforche over 15 years ago Actions #1

  • 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 Actions #2

  • Target version set to 3.1.10

KD Updated by Koen Deforche about 15 years ago Actions #3

  • Status changed from Resolved to Closed
Actions

Also available in: PDF Atom