Actions
Bug #5719
closedparameter values no longer appear on canvas
Start date:
10/01/2012
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5719
Description
I noticed today that parameter values no longer appear on canvas.
E.g. if you drag out a Parameter, you'll see a blue dot icon. If you double-click on it and set its value to 5000, click OK, 5000 will not appear next to the dot as it should.
Updated by Christopher Brooks about 12 years ago
Fixed. Keeping assignment to Derik for verification.
The problem was this:
2012-09-26 22:28 cxh
- [r64716] /trunk/ptolemy/vergil/icon/ValueIcon.java: Patch from
Sean Riddle so that attributes that have _hideName
are handled in a manner similar to how actors handle _hideName.
See http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4903
and http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5266
and http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5642.
I backed that change out.
Updated by Derik Barseghian about 12 years ago
Yes, that fixed it for me too, thanks. Closing.
Actions