Sfoglia il codice sorgente

ComPDFKit.Tool(win)-删除图片取消选中

liyijie 3 mesi fa
parent
commit
316c59bdb2
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      Demo/Examples/ComPDFKit.Tool/CPDFViewerTool.TextEdit.cs

+ 2 - 1
Demo/Examples/ComPDFKit.Tool/CPDFViewerTool.TextEdit.cs

@@ -1334,6 +1334,7 @@ namespace ComPDFKit.Tool
                         Rect.ClearDraw();
                     }
                 }
+                SelectedEditAreaForIndex(-1, -1);
             }
             else
             {
@@ -1348,7 +1349,7 @@ namespace ComPDFKit.Tool
                         editPage.EndEdit();
                     }
                 }
-
+                SelectedEditAreaForIndex(-1, -1);
             }
         }