Skip to content

Commit

Permalink
Fixed placeholder position in some layouts (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugen committed Oct 17, 2023
1 parent ff8eaaa commit fc6449a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ protected void layoutChildren() {
if (holder.isResizable()) holder.autosize();
if (positionPlaceholder) Region.positionInArea
(
holder, getLayoutX(), getLayoutY(), getWidth(), getHeight(), getBaselineOffset(),
holder, 0, 0, getWidth(), getHeight(), getBaselineOffset(),
ins, placeHolderPos.getHpos(), placeHolderPos.getVpos(), isSnapToPixel()
);
}
Expand Down

0 comments on commit fc6449a

Please sign in to comment.