We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6eeaa51 commit a0cf5e3Copy full SHA for a0cf5e3
src/gui/qgsvectorlayer.cpp
@@ -1381,7 +1381,7 @@ QgsRect QgsVectorLayer::bBoxOfSelected()
1381
}
1382
else
1383
{
1384
- const double padFactor = 0.05;
+ const double padFactor = 1e-8;
1385
double widthPad = retval.xMin() * padFactor;
1386
double heightPad = retval.yMin() * padFactor;
1387
double xmin = retval.xMin() - widthPad;
0 commit comments