Skip to content

Commit df6d2c6

Browse files
committed
Allow docking the attribute table left and right
Fix #14941
1 parent 1563526 commit df6d2c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/qgsattributetabledialog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ QgsAttributeTableDialog::QgsAttributeTableDialog( QgsVectorLayer *theLayer, QWid
176176
if ( myDockFlag )
177177
{
178178
mDock = new QgsAttributeTableDock( tr( "%1 (%n Feature(s))", "feature count", mMainView->featureCount() ).arg( mLayer->name() ), QgisApp::instance() );
179-
mDock->setAllowedAreas( Qt::BottomDockWidgetArea | Qt::TopDockWidgetArea );
180179
mDock->setWidget( this );
181180
connect( this, SIGNAL( destroyed() ), mDock, SLOT( close() ) );
182181
QgisApp::instance()->addDockWidget( Qt::BottomDockWidgetArea, mDock );

0 commit comments

Comments
 (0)