diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-04 03:05:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-04 03:05:08 +0100 |
| commit | 6096f01d206f1a5da22c4e1478503d95feb3290b (patch) | |
| tree | 1ca9a4e33ac80eb1e51daa71a36d8edcc8055e95 | |
| parent | 2227cbabb7e135276f56391ed1c460ee5cf76b40 (diff) | |
Debugging.
| -rw-r--r-- | src/wx/timeline_dialog.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/timeline_dialog.cc b/src/wx/timeline_dialog.cc index ba0e1b15e..b487bdb81 100644 --- a/src/wx/timeline_dialog.cc +++ b/src/wx/timeline_dialog.cc @@ -61,6 +61,8 @@ TimelineDialog::TimelineDialog (ContentPanel* cp, shared_ptr<Film> film) wxBitmap snap (bitmap_path("snap"), wxBITMAP_TYPE_PNG); wxBitmap sequence (bitmap_path("sequence"), wxBITMAP_TYPE_PNG); + cout << "select OK: " << select.IsOk() << "\n"; + _toolbar = new wxToolBar (this, wxID_ANY); _toolbar->AddRadioTool ((int) Timeline::SELECT, _("Select"), select, wxNullBitmap, _("Select and move content")); _toolbar->AddRadioTool ((int) Timeline::ZOOM, _("Zoom"), zoom, wxNullBitmap, _("Zoom in / out")); |
