comparison transform/TransformFactory.cpp @ 174:aaf806ce329a

* Fix #1757772 tempo, dynamic related plug-ins bug -- make auto-align only auto-align if there is a unit involved * Fix #1755366 text layer bug in retrieved session * Fix input model selection in plugin parameter dialog (was being ignored) * Use lighter background than the standard widget one for panes (assuming the widget background is light but not white) -- similarly darker if dark * Fix colour reference counting in loaded session in SingleColourLayer * Reset overview pane colour when switching dark background on or off
author Chris Cannam
date Tue, 14 Aug 2007 13:58:53 +0000
parents 006c90387f40
children 21a76c9ed5c3
comparison
equal deleted inserted replaced
173:102317ae3970 174:aaf806ce329a
666 inputModel = modelMap[selectedInput]; 666 inputModel = modelMap[selectedInput];
667 std::cerr << "Found selected input \"" << selectedInput.toStdString() << "\" in model map, result is " << inputModel << std::endl; 667 std::cerr << "Found selected input \"" << selectedInput.toStdString() << "\" in model map, result is " << inputModel << std::endl;
668 } else { 668 } else {
669 std::cerr << "Failed to find selected input \"" << selectedInput.toStdString() << "\" in model map" << std::endl; 669 std::cerr << "Failed to find selected input \"" << selectedInput.toStdString() << "\" in model map" << std::endl;
670 } 670 }
671 } else {
672 std::cerr << "Selected input empty: \"" << selectedInput.toStdString() << "\"" << std::endl;
671 } 673 }
672 674
673 configurationXml = PluginXml(plugin).toXmlString(); 675 configurationXml = PluginXml(plugin).toXmlString();
674 context.channel = dialog->getChannel(); 676 context.channel = dialog->getChannel();
675 677