mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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
This commit is contained in:
parent
1becbb9d30
commit
356e70c682
@ -36,7 +36,7 @@
|
||||
#include <QToolButton>
|
||||
|
||||
QgsAttributeTableDisplay::QgsAttributeTableDisplay(QgsVectorLayer* layer, QgisApp * qgisApp)
|
||||
: QDialog(),
|
||||
: QDialog(0, Qt::Window),
|
||||
mLayer(layer),
|
||||
mQgisApp(qgisApp)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user