Fixing object precedence in getCursor as well

+ resize of the "catching spot" of the Gradient widget (30 -> 12)
This commit is contained in:
Hombre
2019-08-18 17:12:37 +02:00
parent f5a18f6248
commit 8bb88073fa
2 changed files with 3 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ Gradient::Gradient () : FoldableToolPanel(this, "gradient", M("TP_GRADIENT_LABEL
centerCircle = new Circle();
centerCircle->datum = Geometry::IMAGE;
centerCircle->radiusInImageSpace = false;
centerCircle->radius = 30;
centerCircle->radius = 12;
centerCircle->filled = true;
EditSubscriber::mouseOverGeometry.push_back( hLine );