Explorar el Código

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

liyijie hace 3 meses
padre
commit
316c59bdb2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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);
             }
         }