mirror of
https://gitee.com/chinware/atomui.git
synced 2024-11-30 02:47:45 +08:00
修复箭头指向中点的bug
This commit is contained in:
parent
12c4391cfd
commit
4115a6ef02
@ -63,6 +63,7 @@ public partial class ArrowDecoratedBox : IControlCustomStyle
|
||||
e.Property == VisualParentProperty) {
|
||||
if (_initialized) {
|
||||
if (IsShowArrow) {
|
||||
GetArrowRect(DesiredSize);
|
||||
BuildGeometry();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user