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 3e4e9e1 commit 480ae45Copy full SHA for 480ae45
python/plugins/db_manager/layer_preview.py
@@ -39,7 +39,6 @@ def __init__(self, parent=None):
39
# reuse settings from QGIS
40
settings = QSettings()
41
self.enableAntiAliasing( settings.value( "/qgis/enable_anti_aliasing", False, type=bool ) )
42
- self.useImageToRender( settings.value( "/qgis/use_qimage_to_render", False, type=bool ) )
43
action = settings.value( "/qgis/wheel_action", 0, type=float )
44
zoomFactor = settings.value( "/qgis/zoom_factor", 2, type=float )
45
self.setWheelAction( QgsMapCanvas.WheelAction(action), zoomFactor )
0 commit comments