Skip to content

Commit

Permalink
Merge pull request #2202 from ControlSystemStudio/CSSTUDIO-1651
Browse files Browse the repository at this point in the history
Force layout in BaseLEDRepresentation
  • Loading branch information
kasemir authored Apr 4, 2022
2 parents f5e8b8c + 118de26 commit 1b88a02
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ else if (led instanceof Rectangle)
label.setTextFill(text_color);
}
}
jfx_node.layout();
}

// Brightness weightings from BOY
Expand Down

0 comments on commit 1b88a02

Please sign in to comment.