mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-14 01:45:28 +08:00
Sync changes from upstream repository
Co-authored-by: Alain <alain@mcneel.com> Co-authored-by: Andrew Le Bihan <andy@mcneel.com> Co-authored-by: croudyj <croudyj@gmail.com> Co-authored-by: Dale Fugier <dale@mcneel.com> Co-authored-by: Dale Lear <dalelear@mcneel.com> Co-authored-by: David Eränen <david.eranen@mcneel.com> Co-authored-by: Greg Arden <greg@mcneel.com> Co-authored-by: Mikko Oksanen <mikko@mcneel.com> Co-authored-by: piac <giulio@mcneel.com> Co-authored-by: Steve Baer <steve@mcneel.com> Co-authored-by: TimHemmelman <tim@mcneel.com> Co-authored-by: Will Pearson <will@mcneel.com>
This commit is contained in:
@@ -2890,7 +2890,12 @@ bool ON_DimAngular::GetTextXform(
|
||||
// This gets the display text that's already on the dimension
|
||||
const ON_TextContent* text = Text();
|
||||
if (nullptr == text)
|
||||
return false;
|
||||
{
|
||||
UpdateDimensionText(dimstyle);
|
||||
text = Text();
|
||||
if (nullptr == text)
|
||||
return false;
|
||||
}
|
||||
|
||||
// See if the text needs remade because of some change in some property that
|
||||
// would change its appearance
|
||||
|
||||
Reference in New Issue
Block a user