From 4a9d4beee6be253aff4f6d3c8fca4225b14e66cb Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 02:44:27 -0500 Subject: Fix inadvertent "TQ" changes. --- src/gui/editors/notation/NotationView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/editors/notation/NotationView.cpp') diff --git a/src/gui/editors/notation/NotationView.cpp b/src/gui/editors/notation/NotationView.cpp index a9bfc4c..7c9f498 100644 --- a/src/gui/editors/notation/NotationView.cpp +++ b/src/gui/editors/notation/NotationView.cpp @@ -6055,7 +6055,7 @@ NotationView::slotMakeOrnament() style->getName(), getDocument()->getComposition().getNextTriggerSegmentId(), true, - BaseProperties::TRIGGER_SEGMENT_ADJUST_STQUISH, + BaseProperties::TRIGGER_SEGMENT_ADJUST_SQUISH, Marks::NoMark)); //!!! addCommandToHistory(command); -- cgit v1.2.3