Skip to content

Commit a0cf5e3

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsvectorlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ QgsRect QgsVectorLayer::bBoxOfSelected()
13811381
}
13821382
else
13831383
{
1384-
const double padFactor = 0.05;
1384+
const double padFactor = 1e-8;
13851385
double widthPad = retval.xMin() * padFactor;
13861386
double heightPad = retval.yMin() * padFactor;
13871387
double xmin = retval.xMin() - widthPad;

0 commit comments

Comments
 (0)
Please sign in to comment.