Skip to content

Commit 5a4ace1

Browse files
committedNov 15, 2017
[dbmanager] defines correctly super class
1 parent 5d8963a commit 5a4ace1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/db_manager/layer_preview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
class LayerPreview(QgsMapCanvas):
3535

3636
def __init__(self, parent=None):
37-
super(QgsMapCanvas, self).__init__(parent)
37+
super(LayerPreview, self).__init__(parent)
3838
self.parent = parent
3939
self.setCanvasColor(QColor(255, 255, 255))
4040

0 commit comments

Comments
 (0)
Please sign in to comment.