Selaa lähdekoodia

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

liyijie 3 kuukautta sitten
vanhempi
commit
316c59bdb2
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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);
             }
         }