Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Add missing copy properties to Placement.copyFrom() (#1766)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and keianhzo committed Sep 4, 2019
1 parent f7cc2a5 commit e8838e2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ public void copyFrom(WidgetPlacement w) {
this.showPointer = w.showPointer;
this.firstDraw = w.firstDraw;
this.layer = w.layer;
this.proxifyLayer = w.proxifyLayer;
this.textureScale = w.textureScale;
this.cylinder = w.cylinder;
this.cylinderMapRadius = w.cylinderMapRadius;
this.borderColor = w.borderColor;
}

public int textureWidth() {
Expand Down

0 comments on commit e8838e2

Please sign in to comment.