Skip to content

Commit

Permalink
Revert "Enable topological editing on first TopoGeometry layer creation"
Browse files Browse the repository at this point in the history
This reverts commit edecf38.

The correct way to do this is by hooking on the editingStarted slot
(thanks jef for pointing that out)
  • Loading branch information
Sandro Santilli committed Feb 19, 2013
1 parent edecf38 commit 314c783
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -23,7 +23,6 @@
#include <qgsmessagelog.h>
#include <qgsrectangle.h>
#include <qgscoordinatereferencesystem.h>
#include <qgsproject.h>

#include "qgsvectorlayerimport.h"
#include "qgsprovidercountcalcevent.h"
Expand Down Expand Up @@ -133,9 +132,6 @@ QgsPostgresProvider::QgsPostgresProvider( QString const & uri )
disconnectDb();
return;
}

// Enable topological editing
QgsProject::instance()->writeEntry( "Digitizing", "/TopologicalEditing", true );
}

mLayerExtent.setMinimal();
Expand Down

0 comments on commit 314c783

Please sign in to comment.