sunl158

Results 5 issues of sunl158

通过增加了一小段代码解决了这个问题,或许大家有更好做法 qq 325024666 protected override void OnRenderSizeChanged(SizeChangedInfo sizeInfo) { Top = 0; Left = SystemParameters.MaximizedPrimaryScreenWidth - RenderSize.Width - 15; if(sizeInfo.NewSize.Width

1.比如样例中的xml,估计有损坏的数据,容易卡死。 2.下拉框崩溃 3.在图片样例中,插入一个图片,然后回到格式化等处,开始点不动了。 4.或许不是特定的场景出现,但是非常频繁。

dt\Infras\Dt.Charts\Base\Chart.cs RebuildChart 631 行 if (renderer != null && _dataChanged) _dataChanged 条件有时不能满足,造成界面不刷新

Dt.Xls\Biff\CompoundFile.cs public static bool IsLegal(Stream stream) { bool flag = false; BinaryReader reader = new BinaryReader(stream); try { ulong num = reader.ReadUInt64(); if (num == 16220472316735377360L) flag = true; }...

Is it possilble to support WinUI and Uno.Platform? It seems the Au.Editor need WinForm and WPF