Selaa lähdekoodia

compdfkit(win) - 文字/图片编辑 恢复右键选中

liuaoran 1 vuosi sitten
vanhempi
commit
269ac47412
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  1. 1 4
      Demo/Examples/PDFViewer/MainPage.xaml.cs

+ 1 - 4
Demo/Examples/PDFViewer/MainPage.xaml.cs

@@ -1263,10 +1263,7 @@ namespace PDFViewer
                 }
                 return;
             }
-            if (Mouse.RightButton == MouseButtonState.Pressed)
-            {
-                return;
-            }
+
             if (e.EditType == CPDFEditType.EditText)
             {
                 pdfContentEditControl.SetPDFTextEditData(e, true);