summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-11 01:18:24 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-11 01:18:24 +0100
commitb96ad1327c25d5de8d61ed73a1c0e207e67f1226 (patch)
tree7f15e60ccf4f37bee9f5278458fc039417cd3cab /src/wx
parented70b4faf0f53b106aebd4b9195ccc81da97880e (diff)
Use PNG for thumbs so that we get alpha blending in wxwidgets.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/film_viewer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index 8c298ea57..e49532cdb 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -326,7 +326,7 @@ FilmViewer::update_thumbs ()
_film->update_thumbs_pre_gui ();
shared_ptr<const FilmState> s = _film->state_copy ();
- shared_ptr<Options> o (new Options (s->dir ("thumbs"), ".tiff", ""));
+ shared_ptr<Options> o (new Options (s->dir ("thumbs"), ".png", ""));
o->out_size = _film->size ();
o->apply_crop = false;
o->decode_audio = false;