|
@@ -985,6 +985,14 @@ namespace ComPDFKit.Tool
|
|
|
mouseEventObject.hitTestType = MouseHitTestType.ImageSelect;
|
|
|
}
|
|
|
}
|
|
|
+ if (currentModel == ToolType.SelectedPage)
|
|
|
+ {
|
|
|
+ if (HitTestPageSelectedRect())
|
|
|
+ {
|
|
|
+ mouseEventObject.hitTestType = MouseHitTestType.SelectedPageRect;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
MouseRightButtonDownHandler?.Invoke(this, mouseEventObject);
|
|
|
}
|
|
|
|