Skip to content

Commit 356e70c

Browse files
author
g_j_m
committed
Fixe for ticket #410. May need tweaking for Mac?
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6150 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1becbb9 commit 356e70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgsattributetabledisplay.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include <QToolButton>
3737

3838
QgsAttributeTableDisplay::QgsAttributeTableDisplay(QgsVectorLayer* layer, QgisApp * qgisApp)
39-
: QDialog(),
39+
: QDialog(0, Qt::Window),
4040
mLayer(layer),
4141
mQgisApp(qgisApp)
4242
{

0 commit comments

Comments
 (0)