Fixed filmstrip autoheight; see issue #700

This commit is contained in:
Oliver Duis
2011-06-06 16:04:27 +02:00
parent 8fe4055b92
commit 4fcb84a74c
3 changed files with 5 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ protected:
int getMinimalHeight () { return height; }
int getMinimalWidth () { return width; }
int getEffectiveHeight () { return fnlabh+dtlabh+exlabh+textGap+exp_height; }
int getEffectiveHeight () { return exp_height; }
int getStartX () { return startx; }
int getStartY () { return starty; }