/[papo]/papo/neb/neb/Tree/LayoutBox.pm
ViewVC logotype

Diff of /papo/neb/neb/Tree/LayoutBox.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by mhepp, Fri Apr 25 18:34:30 2003 UTC revision 1.8 by fheinz, Wed Apr 30 12:43:26 2003 UTC
# Line 66  sub height Line 66  sub height
66      if (!defined($height))      if (!defined($height))
67      {      {
68          $height = $self->computed_height;          $height = $self->computed_height;
69          $self->SUPER::height($height) if defined($height);          $self->height($height) if defined($height);
70      }      }
71      return $self->SUPER::height;      return $self->SUPER::height;
72  }  }
# Line 100  sub width Line 100  sub width
100      if (!defined($width))      if (!defined($width))
101      {      {
102          $width = $self->computed_width;          $width = $self->computed_width;
103          $self->SUPER::width($width) if defined($width);          $self->width($width) if defined($width);
104      }      }
105      return $self->SUPER::width;      return $self->SUPER::width;
106  }  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26