修复窗口大小问题

This commit is contained in:
ShrlAlgo
2025-09-19 09:18:09 +08:00
parent d71019ac38
commit 3fc465959b
34 changed files with 592 additions and 238 deletions

View File

@@ -200,7 +200,7 @@ namespace Szmedi.RvKits.ModelManager
{
foreach (var elem in elementsBaseFace)
{
sb.AppendLine($"{elem.Id},{elem.Name},基于面主体的图元,不进行移动,");
sb.AppendLine($"{elem.Id},{elem.Name},基于面主体的图元,不进行移动,但可能会因为主体移动而错位,请检查,");
}
}
if (sb.Length > 0)