Skip to content

Commit

Permalink
correct method name (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
DSCaskey committed Apr 14, 2024
1 parent 11fac63 commit 790b2e5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3071,7 +3071,7 @@ void PatternPieceDialog::initializeLabelsTab()
if (m_pieceLabelLines.isEmpty())
{
VLabelTemplate labelTemplate;
QString filename = qApp->Settings()->getDefaultPatternTemplate();
QString filename = qApp->Settings()->getDefaultPieceTemplate();
if (QFileInfo(filename).exists())
{
labelTemplate.setXMLContent(VLabelTemplateConverter(filename).Convert());
Expand Down

0 comments on commit 790b2e5

Please sign in to comment.