From 67b6a72175b272a98fd5ad1f7481bb2333853f6a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 29 Dec 2025 00:47:54 +0100 Subject: White space tidy-up. --- src/wx/content_timeline.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/content_timeline.cc b/src/wx/content_timeline.cc index a595577d8..ed578c1ba 100644 --- a/src/wx/content_timeline.cc +++ b/src/wx/content_timeline.cc @@ -100,7 +100,7 @@ ContentTimeline::ContentTimeline(wxWindow* parent, ContentPanel* cp, shared_ptr< sizer->Add(_main_canvas, 1, wxEXPAND); SetSizer(sizer); - _labels_canvas->Bind(wxEVT_PAINT, boost::bind(&ContentTimeline::paint_labels, this)); + _labels_canvas->Bind(wxEVT_PAINT, boost::bind(&ContentTimeline::paint_labels, this)); _main_canvas->Bind(wxEVT_PAINT, boost::bind(&ContentTimeline::paint_main, this)); _main_canvas->Bind(wxEVT_LEFT_DOWN, boost::bind(&ContentTimeline::left_down, this, _1)); _main_canvas->Bind(wxEVT_LEFT_DCLICK,boost::bind(&ContentTimeline::left_down, this, _1)); -- cgit v1.2.3