Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -315,7 +315,7 @@ double QGIArrow::getOverlapAdjust(ArrowType style, double size)
|
||||
// ex for fork and tick, adjustment sb zero. 0.25 is good for filled triangle, 0.1 for open arrow.
|
||||
// open circle sb = radius
|
||||
// NOTE: this may need to be adjusted to account for line thickness too.
|
||||
// Base::Console().Message("QGIA::getOverlapAdjust(%d, %.3f) \n", style, size);
|
||||
// Base::Console().message("QGIA::getOverlapAdjust(%d, %.3f) \n", style, size);
|
||||
switch(style) {
|
||||
case ArrowType::FILLED_ARROW:
|
||||
return 0.50 * size;
|
||||
|
||||
Reference in New Issue
Block a user