fix DEBUG_TRACE message about a drag

This commit is contained in:
Paul Davis 2023-09-25 10:32:20 -06:00
parent f9da85639d
commit d892614742
1 changed files with 1 additions and 1 deletions

View File

@ -7264,7 +7264,7 @@ FreehandLineDrag<OrderedPointList,OrderedPoint>::FreehandLineDrag (Editor* edito
, did_snap (false)
, line_break_pending (false)
{
DEBUG_TRACE (DEBUG::Drags, "New AutomationDrawDrag\n");
DEBUG_TRACE (DEBUG::Drags, "New FreehandLinDrag\n");
}
template<typename OrderedPointList, typename OrderedPoint>