Skip to content

Commit e8c22b4

Browse files
author
g_j_m
committed
Make the spit window a Qt::Window instead of a Qt::Dialog. This may
fix ticket #74 - can you test this Tim? In any case, it now gives the spit dialog an entry in the taskbar so that it can easily be brought back to the front. git-svn-id: http://svn.osgeo.org/qgis/trunk@5463 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d665c4f commit e8c22b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/spit/qgsspitplugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void QgsSpitPlugin::initGui()
8484
// Slot called when the shapefile to postgres menu item is activated
8585
void QgsSpitPlugin::spit()
8686
{
87-
QgsSpit *spitDlg = new QgsSpit();
87+
QgsSpit *spitDlg = new QgsSpit(qgisMainWindow, Qt::Window);
8888
spitDlg->show();
8989
}
9090

0 commit comments

Comments
 (0)