diff options
Diffstat (limited to 'FL/Fl_File_Browser.H')
| -rw-r--r-- | FL/Fl_File_Browser.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_File_Browser.H b/FL/Fl_File_Browser.H index 101add4de..620315c17 100644 --- a/FL/Fl_File_Browser.H +++ b/FL/Fl_File_Browser.H @@ -46,7 +46,7 @@ class FL_EXPORT Fl_File_Browser : public Fl_Browser { int item_height(void *) const FL_OVERRIDE; int item_width(void *) const FL_OVERRIDE; void item_draw(void *, int, int, int, int) const FL_OVERRIDE; - int incr_height() const FL_OVERRIDE { return (item_height(0)); } + int incr_height() const FL_OVERRIDE { return (item_height(0) + linespacing()); } public: enum { FILES, DIRECTORIES }; |
