From 6096f01d206f1a5da22c4e1478503d95feb3290b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 4 Jul 2018 03:05:08 +0100 Subject: [PATCH] Debugging. --- src/wx/timeline_dialog.cc | 2 ++ 1 file changed, 2 insertions(+) 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) 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")); -- 2.30.2