White space.
authorCarl Hetherington <cth@carlh.net>
Sun, 19 Aug 2018 12:57:44 +0000 (13:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 19 Aug 2018 12:57:44 +0000 (13:57 +0100)
src/wx/video_panel.cc

index 2c6b4597dceb65b7a058ee15f33f46aaf9605bd2..666c65bd4569945a5a48d5a9b6d58e7bb9375213 100644 (file)
@@ -252,7 +252,7 @@ VideoPanel::VideoPanel (ContentPanel* p)
 
        _reference->Bind                     (wxEVT_CHECKBOX, boost::bind (&VideoPanel::reference_clicked, this));
        _filters_button->Bind                (wxEVT_BUTTON,   boost::bind (&VideoPanel::edit_filters_clicked, this));
-       _colour_conversion->Bind             (wxEVT_CHOICE,  boost::bind (&VideoPanel::colour_conversion_changed, this));
+       _colour_conversion->Bind             (wxEVT_CHOICE,   boost::bind (&VideoPanel::colour_conversion_changed, this));
        _edit_colour_conversion_button->Bind (wxEVT_BUTTON,   boost::bind (&VideoPanel::edit_colour_conversion_clicked, this));
 }