Debugging.
authorCarl Hetherington <cth@carlh.net>
Wed, 4 Jul 2018 02:05:08 +0000 (03:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 4 Jul 2018 02:05:08 +0000 (03:05 +0100)
src/wx/timeline_dialog.cc

index ba0e1b15e419800f192dd6e250c59f93504e32aa..b487bdb819cbdc953749d2a00eaccc2ad0e7c793 100644 (file)
@@ -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"));