瀏覽代碼

PDF工具 - 展开后,点击清空数据会崩溃

chenrongqian@kdanmobile.com 2 年之前
父節點
當前提交
fd50deb494
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      PDF Office/Views/HomePanel/PDFTools/PDFToolsContent.xaml.cs

+ 1 - 0
PDF Office/Views/HomePanel/PDFTools/PDFToolsContent.xaml.cs

@@ -633,6 +633,7 @@ namespace PDF_Office.Views.HomePanel.PDFTools
 
         private void ListBoxCutsWidthChanged(ListBoxEx list)
         {
+            if (list == null) return;
             //3x + 4y = containerWidth;
             //3x = y;
             //x为间距,y为item;