diff options
Diffstat (limited to 'src/wx/film_editor.cc')
| -rw-r--r-- | src/wx/film_editor.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 5d6513648..47e093b36 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -401,6 +401,8 @@ FilmEditor::subtitle_scale_changed (wxCommandEvent &) void FilmEditor::film_changed (FilmState::Property p) { + ensure_ui_thread (); + if (!_film || _ignore_changes == p) { return; } |
