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 cb0a1f8 commit ae2c06cCopy full SHA for ae2c06c
src/app/qgsfeatureaction.cpp
@@ -22,6 +22,7 @@
22
#include "qgsguivectorlayertools.h"
23
#include "qgsidentifyresultsdialog.h"
24
#include "qgslogger.h"
25
+#include "qgshighlight.h"
26
#include "qgsmapcanvas.h"
27
#include "qgsproject.h"
28
#include "qgsvectordataprovider.h"
@@ -105,7 +106,9 @@ bool QgsFeatureAction::viewFeatureForm( QgsHighlight *h )
105
106
QgsAttributeDialog *dialog = QgisApp::instance()->findChild<QgsAttributeDialog *>( name );
107
if ( dialog )
108
{
109
+ delete h;
110
dialog->raise();
111
+ dialog->activateWindow();
112
return true;
113
}
114
0 commit comments