White space.
authorCarl Hetherington <cth@carlh.net>
Wed, 28 Jun 2017 22:42:41 +0000 (23:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 29 Jun 2017 10:26:56 +0000 (11:26 +0100)
src/wx/dcp_panel.cc

index 91ffe365f3b674004078b03f09d44ab14921ce52..8b1758cc6d7e30ae23df3aa4461c94b3ecced808 100644 (file)
@@ -692,7 +692,7 @@ DCPPanel::make_video_panel ()
        _j2k_bandwidth->Bind    (wxEVT_SPINCTRL,      boost::bind (&DCPPanel::j2k_bandwidth_changed, this));
        /* Also listen to wxEVT_TEXT so that typing numbers directly in is always noticed */
        _j2k_bandwidth->Bind    (wxEVT_TEXT,          boost::bind (&DCPPanel::j2k_bandwidth_changed, this));
-       _resolution->Bind       (wxEVT_CHOICE,       boost::bind (&DCPPanel::resolution_changed, this));
+       _resolution->Bind       (wxEVT_CHOICE,        boost::bind (&DCPPanel::resolution_changed, this));
        _three_d->Bind          (wxEVT_CHECKBOX,      boost::bind (&DCPPanel::three_d_changed, this));
 
        BOOST_FOREACH (Ratio const * i, Ratio::containers()) {