Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixe for ticket #410. May need tweaking for Mac?
git-svn-id: http://svn.osgeo.org/qgis/trunk@6150 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Nov 30, 2006
1 parent 3c79d9d commit dad035c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsattributetabledisplay.cpp
Expand Up @@ -36,7 +36,7 @@
#include <QToolButton>

QgsAttributeTableDisplay::QgsAttributeTableDisplay(QgsVectorLayer* layer, QgisApp * qgisApp)
: QDialog(),
: QDialog(0, Qt::Window),
mLayer(layer),
mQgisApp(qgisApp)
{
Expand Down

0 comments on commit dad035c

Please sign in to comment.