Fixed issue #317 (filmstrip does not scroll to opened image when entering editor)
This commit is contained in:
@@ -103,6 +103,7 @@ protected:
|
||||
int getMinimalWidth () { return width; }
|
||||
|
||||
int getEffectiveHeight () { return fnlabh+dtlabh+exlabh+textGap+exp_height; }
|
||||
int getStartX () { return startx; }
|
||||
|
||||
bool inside (int x, int y);
|
||||
bool insideWindow (int x, int y, int w, int h);
|
||||
|
Reference in New Issue
Block a user