Skip to content

Commit 66c47d7

Browse files
committed
Keep feature form only on top of application and not system
Better fix #15103
1 parent 279a65b commit 66c47d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsfeatureaction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ QgsAttributeDialog *QgsFeatureAction::newDialog( bool cloneFeature )
6262
context.setFormMode( QgsAttributeEditorContext::StandaloneDialog );
6363

6464
QgsAttributeDialog *dialog = new QgsAttributeDialog( mLayer, f, cloneFeature, parentWidget(), true, context );
65-
dialog->setWindowFlags( dialog->windowFlags() | Qt::WindowStaysOnTopHint );
65+
dialog->setWindowFlags( dialog->windowFlags() | Qt::Tool );
6666

6767
if ( mLayer->actions()->size() > 0 )
6868
{

0 commit comments

Comments
 (0)