# HG changeset patch # User Chris Cannam # Date 1158943570 0 # Node ID 665342c6ec57229f53821dd61f6a21a98c771379 # Parent 702fc936e6a62697b7bdd42f1e8718a7bffdf6c1 * Add a bit of resistance to pane dragging so as to make it harder to inadvertently drag in the other axis from the one you intended diff -r 702fc936e6a6 -r 665342c6ec57 plugin/DSSIPluginFactory.cpp --- a/plugin/DSSIPluginFactory.cpp Fri Sep 22 16:12:23 2006 +0000 +++ b/plugin/DSSIPluginFactory.cpp Fri Sep 22 16:46:10 2006 +0000 @@ -331,12 +331,12 @@ rtd->category = category.toStdString(); - std::cerr << "Plugin id is " << ladspaDescriptor->UniqueID - << ", identifier is \"" << identifier.toStdString() - << "\", category is \"" << category.toStdString() - << "\", name is " << ladspaDescriptor->Name - << ", label is " << ladspaDescriptor->Label - << std::endl; +// std::cerr << "Plugin id is " << ladspaDescriptor->UniqueID +// << ", identifier is \"" << identifier.toStdString() +// << "\", category is \"" << category.toStdString() +// << "\", name is " << ladspaDescriptor->Name +// << ", label is " << ladspaDescriptor->Label +// << std::endl; def_uri = lrdf_get_default_uri(ladspaDescriptor->UniqueID); if (def_uri) {