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