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