From a3dad244cf155954e5f746e91b7cb2fe0716c442 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Fri, 3 Oct 2014 20:52:42 +0200 Subject: [PATCH] sip bindings: QgsAttributeDialog inherits from QDialog - Sponsored by QGIS HF Essen 2014 and everybody who helped to organize and finance this event Fixes a strange bug that prevented child widgets to be enabled when they originally have not been enabled. --- python/gui/qgsattributedialog.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/gui/qgsattributedialog.sip b/python/gui/qgsattributedialog.sip index ac232796887..a82fa720b56 100644 --- a/python/gui/qgsattributedialog.sip +++ b/python/gui/qgsattributedialog.sip @@ -1,4 +1,4 @@ -class QgsAttributeDialog : QObject +class QgsAttributeDialog : QDialog { %TypeHeaderCode #include