Remember position and size of caption list view.
[dcpomatic.git] / src / wx / text_panel.cc
index c3a5706b0d23ced98d2bd98b47ea57b81ea3b4cf..4b6e900db984e7f793de3728646b04d6dd7079cd 100644 (file)
@@ -712,7 +712,7 @@ TextPanel::text_view_clicked ()
 
        if (decoder) {
                _text_view.reset(this, _parent->film(), c.front(), c.front()->text_of_original_type(_original_type), decoder, _parent->film_viewer());
-               _text_view->Show ();
+               _text_view->show();
        }
 }