Skip to content

Commit 5086566

Browse files
Regression test fix.
1 parent 296e203 commit 5086566

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

doc/Ravel.pdf

0 Bytes
Binary file not shown.

test/testModel.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ SUITE(Canvas)
499499
auto cc=model->addItem(new Variable<VariableType::flow>("cc"));
500500
cc->moveTo(500,300);
501501
auto cv=dynamic_cast<VariableBase*>(cc.get());
502+
cv->iWidth(10);
502503
cv->value(1000);
503504
cv->sliderMin(0);
504505
cv->sliderMax(2000);

0 commit comments

Comments
 (0)