Fix arrow direction values
This commit is contained in:
parent
45dffa01d0
commit
8fab51d6bc
1 changed files with 2 additions and 2 deletions
|
|
@ -276,10 +276,10 @@ namespace MatterHackers.MatterControl.Tour
|
|||
var leftArrow = new ImageBuffer(rightArrow);
|
||||
leftArrow.FlipX();
|
||||
|
||||
this.Image = rightArrow;
|
||||
this.Image = leftArrow;
|
||||
}
|
||||
|
||||
this.ArrowDirection = ArrowDirection;
|
||||
this.ArrowDirection = arrowDirection;
|
||||
}
|
||||
|
||||
public ImageBuffer Image { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue