Main file catalog now scrolls to first selected image on returning from filmstrip; see issue #360

This commit is contained in:
Oliver Duis
2010-12-01 20:53:06 +01:00
parent a66758ceff
commit 10ebd2f7c4
3 changed files with 23 additions and 57 deletions

View File

@@ -104,6 +104,7 @@ protected:
int getEffectiveHeight () { return fnlabh+dtlabh+exlabh+textGap+exp_height; }
int getStartX () { return startx; }
int getStartY () { return starty; }
bool inside (int x, int y);
bool insideWindow (int x, int y, int w, int h);