diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-18 11:41:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-18 11:59:54 +0200 |
| commit | d8fc4fd042a3ae62ab1b258dbfa032bc7a933dc2 (patch) | |
| tree | 1bc928ffd7f87a82fd15e511fcaf9dc59fc8863f /src/wx/text_panel.cc | |
| parent | 1aa976b08e0cb7430adeb6c243e1cb9c7b330365 (diff) | |
Remember position and size of caption list view.
Diffstat (limited to 'src/wx/text_panel.cc')
| -rw-r--r-- | src/wx/text_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/text_panel.cc b/src/wx/text_panel.cc index c3a5706b0..4b6e900db 100644 --- a/src/wx/text_panel.cc +++ b/src/wx/text_panel.cc @@ -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(); } } |
