Skip to content

Commit

Permalink
#5834 - S-Group (Data type) Field value label font size uses Settings…
Browse files Browse the repository at this point in the history
… - Font size property value instead of Sub font size one
  • Loading branch information
Guch1g0v committed Oct 30, 2024
1 parent 23beb24 commit 7603f18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ function showValue(
): any {
const text = paper.text(pos?.x, pos?.y, sgroup.data.fieldValue).attr({
font: options.font,
'font-size': options.fontszInPx,
'font-size': options.fontszsubInPx,
});
const box = text.getBBox();
let rect = paper.rect(
Expand Down

0 comments on commit 7603f18

Please sign in to comment.