Draft Label: Problem editing multiline labels

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Roy_043
Veteran
Posts: 8550
Joined: Thu Dec 27, 2018 12:28 pm

Draft Label: Problem editing multiline labels

Post by Roy_043 »

Editing the Custom Text property of a Draft Label does not work properly if you remove text lines.
Original text:
Line1
Line2
Line3

New Custom Text:
ABC
Result in Model View:
ABC
Line2
Line3

Reopening the file fixes the issue.

Code: Select all

OS: Windows 8.1 (6.3)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.17477 (Git)
Build type: Release
Branch: master
Hash: 8806e4490606d7a1be52c831049b17d8c8d9c320
Python version: 3.6.8
Qt version: 5.12.1
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: Dutch/Netherlands (nl_NL)
Post Reply