add back definition of 2ndary clock delta text color
[ardour.git] / gtk2_ardour / vst_plugin_ui.cc
index 4c1fc6eade35ae82cb56178570106c4ccdc88e54..303fb8b8dd956358c9d236cc1a9c8ee966a6449a 100644 (file)
@@ -36,11 +36,7 @@ VSTPluginUI::VSTPluginUI (boost::shared_ptr<ARDOUR::PluginInsert> insert, boost:
        box->pack_end (add_button, false, false);
        box->pack_end (_preset_combo, false, false);
 
-       if (!insert->active ()) {
-               bypass_button.set_active_state (Gtkmm2ext::Active);
-       } else {
-               bypass_button.unset_active_state ();
-       }
+       bypass_button.set_active (!insert->active ());
 
        pack_start (*box, false, false);
        pack_start (_socket, true, true);