Skip to content

Commit

Permalink
fix: 移除 WidthDoubleToRectConverter 的调试输出
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWRC committed Sep 30, 2024
1 parent bd3f798 commit 1ac40fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClassIsland.Core/Converters/WidthDoubleToRectConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public object Convert(object[] values, Type targetType, object parameter, Cultur
break;
}

Debug.WriteLine(w);
//Debug.WriteLine(w);
return new RectangleGeometry(new Rect(new Point(px, 0), new Size(w, gh)), rX, rY);
}

Expand Down

0 comments on commit 1ac40fe

Please sign in to comment.