2
Fork 0

[svn r269] removed some small bugs, for empty annotations collumns

This commit is contained in:
willemc 2007-08-08 21:02:56 +02:00
parent 8439348458
commit b1f6e870a3
5 changed files with 41 additions and 9 deletions

View file

@ -78,6 +78,7 @@ public class DefaultVascTableController implements VascTableController {
if (obj instanceof Integer) {
c.setWidth((Integer)obj);
}
c.setWidth(100);
// get KEY
}
if (c.getHelpId()==null) {