diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-09 13:51:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-09 13:51:45 +0000 |
| commit | 39e2134910fc916a45ebddf121664afcbd76cc19 (patch) | |
| tree | 104a75051fc17c3cbe2f4d53b21376b4fe2b6b80 /src/wx/timeline_dialog.cc | |
| parent | b62d21ac6da0d253fc5b477b7c5d867b37360994 (diff) | |
Try a draggable splitter in the LHS.
Diffstat (limited to 'src/wx/timeline_dialog.cc')
| -rw-r--r-- | src/wx/timeline_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/timeline_dialog.cc b/src/wx/timeline_dialog.cc index 050f90053..3af86b707 100644 --- a/src/wx/timeline_dialog.cc +++ b/src/wx/timeline_dialog.cc @@ -36,7 +36,7 @@ using boost::shared_ptr; TimelineDialog::TimelineDialog (ContentPanel* cp, shared_ptr<Film> film) : wxDialog ( - cp->panel(), + cp->window(), wxID_ANY, _("Timeline"), wxDefaultPosition, |
