mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-03 07:15:24 +08:00
添加列宽缓存功能,支持在多个 UI 控件中保存和恢复列宽设置
This commit is contained in:
@@ -2042,6 +2042,7 @@ public sealed class MainForm : Form, IMessageFilter
|
||||
{
|
||||
var latestCache = UiCacheStore.Load();
|
||||
_uiCache.ModuleRulesGridColumns = latestCache.ModuleRulesGridColumns;
|
||||
_uiCache.ColumnWidths = latestCache.ColumnWidths;
|
||||
|
||||
var currentBounds = CaptureMainWindowBounds();
|
||||
_uiCache.MainWindowBounds = currentBounds;
|
||||
|
||||
Reference in New Issue
Block a user