From 40ffa6945dfe0a1c407e5df3ae86658aa7374c23 Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期四, 20 十一月 2025 15:24:35 +0800
Subject: [PATCH] 删除caa锁,禁用采购到货明细选择编辑
---
DevApp/Gs.DevApp/UserControl/Toast.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/Toast.cs b/DevApp/Gs.DevApp/UserControl/Toast.cs
index 5cd8583..15d856e 100644
--- a/DevApp/Gs.DevApp/UserControl/Toast.cs
+++ b/DevApp/Gs.DevApp/UserControl/Toast.cs
@@ -30,7 +30,7 @@
using (Graphics graphics = this.CreateGraphics())
{
Size textSize = TextRenderer.MeasureText(messageText, lbMsg.Font);
- clientWidth = (int)textSize.Width;
+ clientWidth = (int)textSize.Width + 10;
clientHeight= (int)textSize.Height+10;
}
this.ClientSize = new System.Drawing.Size(clientWidth, clientHeight);
--
Gitblit v1.9.3