Skip to content

Commit e0cd5f5

Browse files
committed
Update Growl.cs
1 parent 786b4d1 commit e0cd5f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Shared/HandyControl_Shared/Controls/Growl

src/Shared/HandyControl_Shared/Controls/Growl/Growl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ private void Update()
331331

332332
var transform = new TranslateTransform
333333
{
334-
X = MaxWidth
334+
X = FlowDirection == FlowDirection.LeftToRight ? MaxWidth : -MaxWidth
335335
};
336336
_gridMain.RenderTransform = transform;
337337
transform.BeginAnimation(TranslateTransform.XProperty, AnimationHelper.CreateAnimation(0));

0 commit comments

Comments
 (0)