diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-12 23:34:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-12 23:34:47 +0100 |
| commit | 6c3ec3c0a96fbe60f748d27ae80d492104df86a2 (patch) | |
| tree | 304214191f50f18b295db7b31ce21d98c43b63a6 /src | |
| parent | 119db8b6f9b8d0bd69d86403d84b4e60aeb86f44 (diff) | |
Hide black line in preview.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 1a0e30bf4..8ac7e4495 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -367,7 +367,7 @@ FilmViewer::paint_panel () dc.SetBrush (b); int const gap = (_panel_size.height - _out_size.height) / 2; dc.DrawRectangle (0, 0, _panel_size.width, gap); - dc.DrawRectangle (0, gap + _out_size.height, _panel_size.width, gap); + dc.DrawRectangle (0, gap + _out_size.height + 1, _panel_size.width, gap); } if (_outline_content) { |
