summaryrefslogtreecommitdiff
path: root/src/wx/content_timeline.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-29 00:47:54 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-29 00:47:54 +0100
commit67b6a72175b272a98fd5ad1f7481bb2333853f6a (patch)
treee3ffb9a20b9153ddb535e35359ff8ccd98232c01 /src/wx/content_timeline.cc
parent0006fe6ea08de8ab79fdd049cb36b649b1125d9b (diff)
White space tidy-up.
Diffstat (limited to 'src/wx/content_timeline.cc')
-rw-r--r--src/wx/content_timeline.cc2
1 files changed, 1 insertions, 1 deletions
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));