Skip to content

Commit

Permalink
Issue #1786: fixed the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dongxuli-concord-design committed Jun 2, 2024
1 parent f1e0cca commit e212918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librecad/src/lib/engine/rs_mtext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ void RS_MText::update() {

updateAddLine(oneLine, lineCounter);

alignVertically(lineCounter);
alignVertically();
RS_DEBUG->print("RS_MText::update: OK");
}

Expand Down

0 comments on commit e212918

Please sign in to comment.