Parcourir la source

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

liyijie il y a 3 mois
Parent
commit
316c59bdb2
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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);
             }
         }